fixes whitespace error
[openwrt/openwrt.git] / package / base-files /
2008-08-04 John Crispinwork aroung error message during boot if swapon is...
2008-08-03 Felix Fietkaunetwork scripts: revert the network state after running...
2008-08-01 Felix Fietkauuse the same hotplug2 parameters for initramfs and...
2008-08-01 Felix Fietkaumove the hotplug2 kill command from preinit to /etc...
2008-08-01 Felix Fietkauavoid duplicate vlan add events
2008-07-31 Felix Fietkaufix config_clear(), see #3054
2008-07-30 Felix Fietkaulink default routes added by the network scripts to...
2008-07-30 Felix Fietkaunetwork scripts: properly maintain the network state...
2008-07-30 Felix Fietkaufunctions.sh: add list_contains function for checking...
2008-07-30 Felix Fietkaufunctions.sh: add a function for removing an item from...
2008-07-30 John Crispincreates a passwd's shadow file if busybox supports...
2008-07-30 Florian FainelliDisable smash stacking support by default, but allow...
2008-07-30 Felix Fietkauproperly keep track of bridged interfaces in the networ...
2008-07-29 Andy BoyettMove packages lists to the ramdisk to save flash space...
2008-07-28 Nicolas Thillfix libraries packaging for uml on x86_64
2008-07-24 Travis Kemenkeep /etc/group over reflash as well
2008-07-24 Travis Kemenadd dropbear keys, passwd and firewall configuration...
2008-07-22 Nicolas Thillfix variable names in tests
2008-07-22 Travis Kemenfix sysupgrade endian issues
2008-06-16 Yuji ManoRevert previous bad commit r11512
2008-06-16 Yuji ManoAdd the PS3 specific utility bl-option, a helper sctipt...
2008-06-11 John Crispinsystem now knows which timezone it is in
2008-06-06 John Crispinuse default gateway for routes that have no gw specifie...
2008-06-04 Felix Fietkaufix sysupgrade 'do_upgrade: not found' error
2008-05-20 Matteo Crocecreate /etc/fstab on boot (closes #3458)
2008-05-19 Matteo Crocefix some wrong paths
2008-05-17 Rod Whitbybase-files: Update /etc/init.d/fstab with new location...
2008-05-13 Ralph Hempeladding check for /proc/net/vlan/config (==vlan enabled...
2008-05-03 John Crispinrevert borked commit
2008-05-03 John Crispinmake etrax serial driver register its device nodes...
2008-04-23 Felix Fietkauinitramfs: start one hotplug2 for coldplugging and...
2008-04-23 Felix Fietkauuse the right hotplug2 invocation for initramfs
2008-04-23 Gabor Juhosbase-files: fix a typo
2008-04-22 Felix FietkauThis patch re-adds the udev and hotplug2 initialization...
2008-04-21 Matteo Croceassign names to filesystems when mounting virtual ones...
2008-04-20 Felix Fietkauremove some redundant code
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-23 Felix Fietkaufix typo
2007-12-23 Felix Fietkauadd profile specific base-files packages - does not...
2007-12-14 Gabor Juhosbase-files: fix revision number in 'etc/banner'
2007-12-13 Felix Fietkauclean up openwrt version handling, use a separate scrip...
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 Juhosbase-files: suppress error messages in usb-storage...
2007-10-27 Gabor Juhos6tunnel: move init/config files to the right place
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-30 Felix Fietkaufix path to the snapshot packages (snapshot build/uploa...
2007-09-29 Gabor Juhosget rid of per-profile base-files
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-16 Florian FainelliRevert the InstallDev section, was only there testing
2007-09-16 Florian FainelliPut back ldd and ldconfig (#1543)
2007-09-12 Felix Fietkaufix a few issues with dynamically assigned interfaces
2007-09-08 Felix Fietkaumajor target cleanup. it is now possible to have subtar...
2007-09-07 Felix Fietkaubump package versions after updates
2007-09-07 Nicolas Thillmove package description to a separate definition,...
2007-09-06 Felix Fietkaustrip the kernel version suffix from target directories...
2007-09-03 Nicolas Thillpackage Makefile cleanup: remove uneeded vars
2007-08-21 Felix Fietkauadd sysupgrade script for config preserving system...
2007-08-07 Felix Fietkaubuild system cleanup/restructuring as described in...
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...
next