176 Commits (034933808a231f25e7b3953ada224ec7a2bfe1a6)

Author SHA1 Message Date
Florian Fainelli de3a491240 simplify action handling in rc.common (#5558) 15 years ago
Felix Fietkau 038807906f change sysctl.conf to disable tcp ecn by default (based on discussion with marek who stumbled upon this, it creates hard-to-debug connectivity issues with providers/servers that still use buggy equipment) 15 years ago
Hamish Guthrie 590f3042fb Removed extra ; in exec rule 16 years ago
Florian Fainelli 0be2193e40 fix drivers firmware loading with the new hotplug2, patch from Russell Senior 16 years ago
Gabor Juhos 9b5e65f101 base-files: set rules file for hotplug2 in the boot script (closes #5235) 16 years ago
Gabor Juhos 463a6f4bda base-files: update command line for the new hotplug2 16 years ago
Felix Fietkau cbd52550bd rcS: wait for init scripts to complete before initiating the shutdown (patch from #5032) 16 years ago
Jo-Philipp Wich 1c41493d74 base-files: make diag.sh stub working in bash 16 years ago
Nicolas Thill 2fdeecdb47 add an explicit 'sysinit' tag for logging initscripts output, instead of '' that was logged as is 16 years ago
Jo-Philipp Wich f40eaba4df fix broken logic in r15272, r15273 16 years ago
Jo-Philipp Wich b0ea64c211 base-files: (#4928) handle "option gateway 0.0.0.0" and "option gateway interface" in route sections as "no gateway given" to allow defining gateway-less routes while still keeping the possibility to have static routes with a proper gateway on interfaces with# dynamic ips 16 years ago
Jo-Philipp Wich a03e00bbcf base-files: remove redundant netmask handling in 10-routes 16 years ago
Felix Fietkau cf152cff39 tweak some sysctl values for better performance 16 years ago
Felix Fietkau de0332f86a rename our /bin/login script to /bin/login.sh to avoid collisions with busybox - we always use -l on telnetd anyway 16 years ago
Felix Fietkau 714ffa3260 fix failsafe mode 16 years ago
Michael Büsch 20b5626363 Allow running without "logger" installed 16 years ago
Michael Büsch 088ea2fb6e Support configurations without syslogd/klogd. 16 years ago
Felix Fietkau 11cf9ea728 move input device nodes to /dev/input 16 years ago
Hauke Mehrtens 3ac154fc9c On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel Marin 16 years ago
Florian Fainelli 1716050f0c allow specifying port where to log (#2019) 16 years ago
Jose Vasconcellos 58b8cdb5fd Use block events for the mounting/unmounting of external storage devices. This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt. 16 years ago
Florian Fainelli b065bc5310 increase default size of the connection tracking table, thanks Marc 16 years ago
Felix Fietkau 6d27b16e2b fix $HOME in /etc/profile (#4424) 16 years ago
Jo-Philipp Wich 341c1dbdf5 package/base-files: fix chmod of /tmp/.uci, bump package revision 16 years ago
Jo-Philipp Wich 1cdaa2d3dc allow ipv4 routes without gateway in configuration 16 years ago
Jo-Philipp Wich 7c4f0fcbe7 package/base-files: allow ipv6 routes without gateway specified 16 years ago
Felix Fietkau 5cc72a2874 fix up the network ifname in the network state when receiving iface/ifup events 16 years ago
Nicolas Thill 7218e6326f make links to statup scripts in /etc/rc.d relative 16 years ago
Travis Kemen 91d3e6b05b make option name optional 16 years ago
Felix Fietkau 2176ae1a6f fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana 16 years ago
John Crispin 12df593510 fixes broken if-then in led init script 16 years ago
Florian Fainelli 1673462564 Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9 16 years ago
Felix Fietkau 8a08f95e42 upgrade to uci 0.5.0, adds list handling support 16 years ago
Nicolas Thill 257ee32b7d disable ipv6 systcl call, as ipv6 is not enabled by default 16 years ago
Felix Fietkau f27fd2ecc3 enable TCP ECN by default (see #3001 for more information) 16 years ago
Travis Kemen 99dd3e13fc make opkg the default package manager, disable busybox ipkg from building by default 16 years ago
Florian Fainelli 38d1cb8cbd Fix negative calculation of the tmpfs for devices with few RAM (#3557) 16 years ago
John Crispin 3403cbe948 remove /etc/functions.sh call from led hotplug script 16 years ago
Steven Barth 6b6d027172 added support for the timer-trigger to uci LED support 16 years ago
Mike Baker 1139608784 allow ctrl-c to trigger preinit 16 years ago
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 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 6a4edcadc1 fix config_clear(), see #3054 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
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 a760ff5861 fix variable names in tests 16 years ago