fix swap{on,off} path
[openwrt/svn-archive/archive.git] / package / base-files / files /
2008-04-19 Matteo Crocefix swap{on,off} path
2008-04-15 Travis Kemenfix restart on platforms without a setup_switch()
2008-04-12 Travis Kemenadd missing include in restart
2008-04-07 Felix Fietkaufix use of uci_set_state in network scripts (thx, netpr...
2008-04-03 Matteo Crocefix typo(2) in watchdog init script
2008-04-03 Matteo Crocefix typo in watchdog init script
2008-04-03 Florian FainelliStart the watchdog daemon if a harware watchdog is...
2008-04-02 Felix Fietkaufix interface enumeration issues related to /var/state...
2008-03-07 Florian FainelliMake the syslog ring-buffer size configurable (#3204)
2008-03-04 Florian FainelliFix typo
2008-03-02 Florian FainelliAlso call setup_switch on network restart
2008-02-29 Travis Kemenremove the packages repo as it is not compatable with...
2008-02-05 Felix Fietkauadd an extra safety check
2008-02-03 Felix FietkauHere comes the new UCI. Enjoy :)
2008-01-28 John Crispinmake the system have a daemon user by default
2008-01-26 John Crispinadd generic gpio char dev for CONFIG_GENERIC_GPIO archs
2008-01-25 Felix Fietkaumissing optional parameters for restart and boot functions
2008-01-02 Felix Fietkauadd uci_set_default (to be used in init scripts or...
2007-12-01 Felix Fietkaurefactor hotplug2 rules, make sure that the default...
2007-11-30 Felix Fietkaufix ppp issues (thanks to Fatus for debugging this)
2007-11-28 Felix Fietkaudrop the '0' default in config_get_bool
2007-11-28 Felix Fietkauinit: check permissions on rc.d files
2007-11-28 Felix Fietkauinit: don't start hotplug2 if it doesn't exist
2007-11-16 Florian FainelliAllow specifying static IPv6 gateways (#2710)
2007-11-12 Felix Fietkauadd support for interfaces with ipv6, but no ipv4 ...
2007-11-04 Gabor Juhos[packages] base-files: suppress error messages in usb...
2007-10-27 Gabor Juhos[packages] 6tunnel: move init/config files to the right...
2007-10-24 Florian FainelliEnable IPv6 forwarding by default (#2527)
2007-10-24 Florian FainelliMark 6tunnel as executable, avoids ": /etc/init.d/rcS...
2007-10-18 Florian FainelliTurn off stp by default, thanks ejka
2007-10-18 Florian FainelliTurn on stp by default for bridges (#2476)
2007-10-16 Florian FainelliAdd route6 option to setup IPv6 routes (#2528)
2007-10-14 John Crispinfixed 1677
2007-10-11 Florian FainelliAdd 6tunnel configuration for tunnel brokers based...
2007-10-06 Travis Kemenadd clientid to udhcpc thanks pjama
2007-09-22 Rod Whitbybase-files: Added support for swap configuration in...
2007-09-21 Rod WhitbyAdded support for /etc/default/fstab - a means of autom...
2007-09-20 Felix Fietkauadd --no-coldplug to the hotplug2 process started by...
2007-09-19 John Crispinmade HOME=/root global instead of x86 specific
2007-09-19 Felix Fietkausync awk implementation of config_get_bool with the...
2007-09-19 Felix Fietkausupport true and false in config_get_bool
2007-09-12 Felix Fietkaufix a few issues with dynamically assigned interfaces
2007-08-21 Felix Fietkauadd sysupgrade script for config preserving system...
2007-08-04 Felix Fietkaufix a race condition with dynamic interfaces and firewa...
2007-08-04 Felix Fietkautab/whitespace fix
2007-07-24 John Crispinwireless config gets regenerated not only when it does...
2007-07-22 Felix Fietkaufix an error message
2007-07-22 Felix Fietkaukeep track of the wifi interface state in /var/state...
2007-07-22 Felix Fietkauadd patch from #2111
2007-07-20 Felix Fietkauadd a workaround for the hostapd killed issue when...
2007-07-13 Felix Fietkaumove firmware loading to hotplug2-init.rules (should...
2007-07-13 Felix Fietkauuse . /var/state/network instead of config_load to...
2007-07-12 Felix Fietkauavoid a race condition that might lead to dnsmasq readi...
2007-07-12 Felix Fietkaufix static routes for dynamic interfaces (#1446)
2007-07-11 Mike Bakerrename mini_fo mount point so as not to confuse users
2007-07-11 Mike Bakermove uci_load into config_load so that changes can...
2007-07-09 Felix Fietkauadd second package source for packages built from the...
2007-07-09 Felix Fietkauhotplug2 update - include hotplug2-init.rules from...
2007-07-08 Mike Bakerfix usb-storage permissions
2007-07-08 Mike Bakermore wpa+wds patches
2007-07-04 Felix Fietkaufix a race condition with broadcom wl devices in a...
2007-07-04 Felix Fietkauadd failsafe support for atheros-2.6 (#1501) - only...
2007-06-30 Felix Fietkaumove parts of the failsafe code to the generic base...
2007-06-30 Felix Fietkaufix a warning (#1800)
2007-06-30 Felix Fietkaureplace the hotplug2 fork handling hack with a better...
2007-06-30 Felix Fietkauunify sysctl.conf, add extra netfilter options (#1996)
2007-06-28 Mike Bakerfix broadcast address (#1611)
2007-06-25 Felix Fietkaufix failsafe on broadcom, send netlink events in diag...
2007-06-20 John Crispinadded usb-storage hotpluging
2007-06-16 Felix Fietkaukeep track of the network interface states (stored...
2007-06-15 Felix Fietkaumore fixes
2007-06-15 Felix Fietkausome shell variable handling fixes
2007-06-15 Felix Fietkaufix typo
2007-06-15 Felix Fietkauallow config_* and uci_* functions to work on files...
2007-06-13 Florian FainelliAdd the conloglevel option (#1682)
2007-05-31 Florian FainelliCheck for modules.d existence before loading modules
2007-05-31 Mike Bakermount_root should only mount the root
2007-05-26 Felix Fietkaubridge the lan interface by default
2007-05-16 Travis Kemenkeep uci_set from saving things that have not changed
2007-05-15 Mike Bakerfix typo
2007-05-14 Florian FainelliPrefer real executables when available (#1296)
2007-05-14 Mike Bakercleaner version of the udhcp script
2007-05-14 Mike Baker/proc needs to be mounted before preinit.arch for failsafe
2007-05-13 Florian FainelliDo not suppress routes if the router received on renew...
2007-05-13 Florian FainelliFix set_state preinit stuff
2007-05-13 Mike Bakerclean up the mtd unlocking
2007-05-10 Mike Bakertweaks for 2M devices
2007-05-10 Mike Bakerbugfix
2007-05-10 Mike Bakerfix bug in mount script
2007-05-10 Mike Bakercleanup the broadcom preinit.arch
2007-05-10 Mike Bakeruse generic inittab for x86
2007-05-10 Mike Bakerunified preinit environment
2007-05-10 Mike Bakerfix typo
2007-05-10 Mike Bakerunmount filesystems at shutdown
2007-05-10 Mike BakerSTART/STOP values must be specified in the init script
2007-05-10 Mike Bakeradd K* scripts to be run at shutdown
2007-05-10 Mike Bakermove syslogd and klogd to init.di/boot script, add...
2007-05-09 Felix Fietkaufix networking on broadcom and possibly other targets...
2007-05-06 Eugene KonevFix ipv6 address assignment (#1622).
2007-05-05 Felix Fietkauuse hotplug2 for serializing hotplug events on 2.6
next