683 Commits (3f240440c76765426018151ab3ea019547108326)

Author SHA1 Message Date
John Crispin 72396bd614 add uci led support - /etc/config/system can hold led info which is applied at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system 16 years ago
John Crispin b73eedd62b work aroung error message during boot if swapon is nt installed 16 years ago
Felix Fietkau 8ff90e326e network scripts: revert the network state after running ifdown, not before 16 years ago
Felix Fietkau aee15469df use the same hotplug2 parameters for initramfs and regular 16 years ago
Felix Fietkau 37c7e13a5f move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well 16 years ago
Felix Fietkau d98002bd59 avoid duplicate vlan add events 16 years ago
Felix Fietkau 6a4edcadc1 fix config_clear(), see #3054 16 years ago
Felix Fietkau 11df62d176 link default routes added by the network scripts to the appropriate interface (#2621) 16 years ago
Felix Fietkau ee56e9ec59 network scripts: properly maintain the network state's list of assigned interfaces 16 years ago
Felix Fietkau 8c453b693c functions.sh: add list_contains function for checking whether a list contains a specific element 16 years ago
Felix Fietkau 4d883da9bf functions.sh: add a function for removing an item from a list in a shell variable 16 years ago
John Crispin 79aebec9e0 creates a passwd's shadow file if busybox supports the feature, fixes #2887 16 years ago
Florian Fainelli cc99e5b35d Disable smash stacking support by default, but allow to enable it as an experimental feature 16 years ago
Felix Fietkau e606b1603b properly keep track of bridged interfaces in the network state 16 years ago
Andy Boyett 2ddbb426c8 Move packages lists to the ramdisk to save flash space - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds 16 years ago
Nicolas Thill a5df818e0d fix libraries packaging for uml on x86_64 16 years ago
Travis Kemen 0425daa86d keep /etc/group over reflash as well 16 years ago
Travis Kemen f20dd0803c add dropbear keys, passwd and firewall configuration to be saved during reflash 16 years ago
Nicolas Thill a760ff5861 fix variable names in tests 16 years ago
Travis Kemen 7346ef83e1 fix sysupgrade endian issues 16 years ago
Yuji Mano 0b5f602421 Revert previous bad commit r11512 16 years ago
Yuji Mano 5ee48c0b00 Add the PS3 specific utility bl-option, a helper sctipt to get and set bootloader options in flash memory. 16 years ago
John Crispin 0bf765b362 system now knows which timezone it is in 16 years ago
John Crispin 51b28d44a9 use default gateway for routes that have no gw specified, Signed off by: Brian J. Murrell 17 years ago
Felix Fietkau 036b397595 fix sysupgrade 'do_upgrade: not found' error 17 years ago
Matteo Croce ac8bf03f8e create /etc/fstab on boot (closes #3458) 17 years ago
Matteo Croce 0a1c669ec1 fix some wrong paths 17 years ago
Rod Whitby c715985c97 base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they moved from /sbin to /usr/sbin) 17 years ago
Ralph Hempel 6d4c89c7f5 adding check for /proc/net/vlan/config (==vlan enabled kernel) 17 years ago
John Crispin 1dce440fa5 revert borked commit 17 years ago
John Crispin 3141b38fd8 make etrax serial driver register its device nodes, so we get a console 17 years ago
Felix Fietkau 2c3018e0da initramfs: start one hotplug2 for coldplugging and one for handling events between coldplug and end of /init 17 years ago
Felix Fietkau 7232fe9150 use the right hotplug2 invocation for initramfs 17 years ago
Gabor Juhos 8b011c593d base-files: fix a typo 17 years ago
Felix Fietkau 0b341be6c0 This patch re-adds the udev and hotplug2 initialization fixes originally present in /init but was removed when some code was moved from /init to /etc/preinit in rev 10870. This adds udev initialization and only handles hotplug2 initialization when hotplug2 is present. 17 years ago
Matteo Croce 227af4b113 assign names to filesystems when mounting virtual ones (closes #3340) 17 years ago
Felix Fietkau 41fb282b6d remove some redundant code 17 years ago
Matteo Croce ac5cfeb417 fix swap{on,off} path 17 years ago
Travis Kemen 37b0cc9a10 fix restart on platforms without a setup_switch() 17 years ago
Travis Kemen bae7e5bebb add missing include in restart 17 years ago
Felix Fietkau 3c94156b28 fix use of uci_set_state in network scripts (thx, netprince) 17 years ago
Matteo Croce 633e548e01 fix typo(2) in watchdog init script 17 years ago
Matteo Croce cd4447d269 fix typo in watchdog init script 17 years ago
Florian Fainelli dd2afbeee3 Start the watchdog daemon if a harware watchdog is present 17 years ago
Felix Fietkau f4f7d687f0 fix interface enumeration issues related to /var/state/network (thx to fish for debugging this) 17 years ago
Florian Fainelli 8d30372bdc Make the syslog ring-buffer size configurable (#3204) 17 years ago
Florian Fainelli c3c83c6574 Fix typo 17 years ago
Florian Fainelli 62b0af39c7 Also call setup_switch on network restart 17 years ago
Travis Kemen e8bbb631e3 remove the packages repo as it is not compatable with trunk 17 years ago
Felix Fietkau 49080689d9 add an extra safety check 17 years ago