161 Commits (11a791a318a5c25552e230e8e6e472c2320a976b)

Author SHA1 Message Date
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 17 years ago
Mike Baker 1139608784 allow ctrl-c to trigger preinit 17 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 17 years ago
John Crispin b73eedd62b work aroung error message during boot if swapon is nt installed 17 years ago
Felix Fietkau aee15469df use the same hotplug2 parameters for initramfs and regular 17 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 17 years ago
Felix Fietkau 6a4edcadc1 fix config_clear(), see #3054 17 years ago
Felix Fietkau ee56e9ec59 network scripts: properly maintain the network state's list of assigned interfaces 17 years ago
Felix Fietkau 8c453b693c functions.sh: add list_contains function for checking whether a list contains a specific element 17 years ago
Felix Fietkau 4d883da9bf functions.sh: add a function for removing an item from a list in a shell variable 17 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 17 years ago
Nicolas Thill a760ff5861 fix variable names in tests 17 years ago
Yuji Mano 0b5f602421 Revert previous bad commit r11512 17 years ago
Yuji Mano 5ee48c0b00 Add the PS3 specific utility bl-option, a helper sctipt to get and set bootloader options in flash memory. 17 years ago
John Crispin 0bf765b362 system now knows which timezone it is in 17 years ago
John Crispin 51b28d44a9 use default gateway for routes that have no gw specified, Signed off by: Brian J. Murrell 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