summaryrefslogtreecommitdiffstats
path: root/package/base-files/files
Commit message (Expand)AuthorAgeFilesLines
* add missing argument to debug/mount wrappers (thx, matteo)nbd2009-12-091-2/+2
* do not start multiple subshells for applying /etc/uci-defaults. use sh -x for...nbd2009-12-092-6/+5
* functions.sh: use functions instead of aliases for the debug, mount wrappers ...nbd2009-12-091-2/+7
* fix firmware loading broken by the busybox upgradenbd2009-12-081-1/+1
* mount debugfs by defaultnbd2009-11-231-0/+1
* [package] base-files: sysupgrade: restrict find command to plain files to avo...jow2009-11-201-1/+2
* remove obsolete uci validation awk codenbd2009-10-206-654/+0
* base-files: remove obsolete stuff from common.awknbd2009-10-201-42/+0
* [package] base-files: only try to execute watchdog if binary is presentjow2009-10-201-1/+2
* check for sysfs before bypassing normal hotplug calls for firmware events (fi...nbd2009-10-031-1/+1
* [package] base-files: add hotplug rules for /dev/lpX (#863)jow2009-09-281-0/+6
* firstboot: add support for union mountsnbd2009-09-271-23/+60
* base-files: move firstboot to /sbinnbd2009-09-272-1/+1
* [cosmetic] accommodate for 5 digits svn revisions :)nico2009-09-221-1/+1
* [package] base-files: clear ip addresses on interfaces that are about to be a...jow2009-09-161-0/+2
* [package] base-files: dispatch ifdown events for proto=none interfaces and fi...jow2009-09-141-2/+2
* [package] base-files: add /etc/rc.local to the default save file listjow2009-09-121-1/+1
* [package] base-files: introduce a ready-to-use /etc/rc.local to let users run...jow2009-09-112-0/+9
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17...nbd2009-09-093-17/+0
* fix nonhotpluggable networks not being brought up. Closes #2781thepeople2009-09-063-0/+17
* package/base-files: set state to 'preinit' before preinit.arch is used, and s...juhosg2009-09-051-2/+3
* Revert "add ifup -a to boot(), closes #4543 #2781" (r17515)nbd2009-09-051-1/+0
* add ifup -a to boot(), closes #4543 #2781thepeople2009-09-051-0/+1
* extend logging functionsthepeople2009-09-041-7/+17
* preinit: fix failsafe mode through ctrl+c on devices that do not provide a pr...nbd2009-09-021-1/+5
* udev: Update udev package from udev-106 to udev-142geoff2009-08-241-4/+8
* [package] base-files: fix sysupgrade get_magic_word() function to return prop...jow2009-08-191-1/+1
* [package] base-files: move ipv6 module loading from setup_interface() to addi...jow2009-08-102-9/+6
* base-files: some /lib/network/config.sh refactoringnbd2009-08-071-25/+38
* base-files: clean up init.d/fstab and port it to the new config_getnbd2009-08-071-18/+14
* base-files: port init.d/led to new config_getnbd2009-08-071-8/+6
* base-files: port init.d/boot to new config_getnbd2009-08-071-9/+10
* base-files: port functions.sh to new config_getnbd2009-08-071-2/+2
* base-files: allow default value for config_getnbd2009-08-071-6/+9
* [package] base-files: ensure that ipv6 is loaded if interfaces have an ip6add...jow2009-08-041-12/+21
* [pakcage] simplify action handling in rc.common (#5558)florian2009-07-261-23/+9
* udhcpc: Pass all events to udhcpc.useracinonyx2009-07-121-3/+3
* allow udhcpc to work properly for interfaces that are not configured through ucinbd2009-07-031-23/+38
* [package] base-files: Fix sysupgrade .tar.gz configuration restoringacinonyx2009-06-292-13/+13
* [package] base-files: ipcalc.sh: fix off-by-one in range-calculationjow2009-06-291-1/+1
* change sysctl.conf to disable tcp ecn by default (based on discussion with ma...nbd2009-06-171-1/+1
* [package] sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger...jow2009-06-171-3/+4
* udhcpc: add cidr routes support (patch from #5299)nbd2009-06-131-0/+74
* [package] base-files: Add support for bzipped images in sysupgradeacinonyx2009-06-101-1/+2
* [package] base-files: Detect and decompressed gzipped images automatically wh...acinonyx2009-06-102-11/+15
* [package] base-files: format hexdump output instead of using awk for sysupgradeacinonyx2009-06-101-1/+1
* [package] base-files: fix test experession for sysupgradeacinonyx2009-06-031-1/+1
* network: prevent unnecessary interface down/up cycles if no mac address chang...nbd2009-06-011-2/+3
* network: do not unnecessarily touch interfaces configured as proto=none; brin...nbd2009-06-011-2/+11
* [hotplug2] Removed extra ; in exec rulehcg2009-06-011-1/+1