summaryrefslogtreecommitdiffstats
path: root/package/base-files
Commit message (Expand)AuthorAgeFilesLines
* base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 based...Jo-Philipp Wich2010-01-131-0/+13
* run led init after /etc/init.d/done to keep the configured led settings activ...Felix Fietkau2010-01-061-1/+1
* Add udhcpc command-line argument to request rootpathHamish Guthrie2009-12-211-1/+1
* base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc com...Nicolas Thill2009-12-181-1/+1
* add missing argument to debug/mount wrappers (thx, matteo)Felix Fietkau2009-12-091-2/+2
* do not start multiple subshells for applying /etc/uci-defaults. use sh -x for...Felix Fietkau2009-12-092-6/+5
* functions.sh: use functions instead of aliases for the debug, mount wrappers ...Felix Fietkau2009-12-091-2/+7
* fix firmware loading broken by the busybox upgradeFelix Fietkau2009-12-081-1/+1
* mount debugfs by defaultFelix Fietkau2009-11-231-0/+1
* base-files: sysupgrade: restrict find command to plain files to avoid duplica...Jo-Philipp Wich2009-11-202-2/+3
* neither avr32 or coldfire has a shared libgccImre Kaloz2009-11-121-0/+2
* do not relink libresolv, it makes iproute2 barfFelix Fietkau2009-10-201-1/+1
* remove obsolete uci validation awk codeFelix Fietkau2009-10-206-654/+0
* base-files: remove obsolete stuff from common.awkFelix Fietkau2009-10-201-42/+0
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-202-2/+3
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead o...Felix Fietkau2009-10-201-1/+5
* install the right version of libgcc along with its version map to fix relinki...Felix Fietkau2009-10-201-1/+4
* check for sysfs before bypassing normal hotplug calls for firmware events (fi...Felix Fietkau2009-10-031-1/+1
* base-files: add hotplug rules for /dev/lpX (#863)Jo-Philipp Wich2009-09-282-1/+7
* firstboot: add support for union mountsFelix Fietkau2009-09-271-23/+60
* base-files: move firstboot to /sbinFelix Fietkau2009-09-272-1/+1
* base-files: add libgcc dependency to libc (#5262)Felix Fietkau2009-09-241-0/+1
* add external toolchain support, enhance native toolchain support (special tha...Nicolas Thill2009-09-231-31/+269
* accommodate for 5 digits svn revisions :)Nicolas Thill2009-09-221-1/+1
* base-files: fix conffiles entry check (patch from #2425)Felix Fietkau2009-09-191-1/+1
* base-files: clear ip addresses on interfaces that are about to be added to a ...Jo-Philipp Wich2009-09-162-1/+3
* base-files: dispatch ifdown events for proto=none interfaces and fix a race c...Jo-Philipp Wich2009-09-142-3/+3
* base-files: add /etc/rc.local to the default save file listJo-Philipp Wich2009-09-121-1/+1
* base-files: introduce a ready-to-use /etc/rc.local to let users run custom co...Jo-Philipp Wich2009-09-113-1/+10
* bump some revisions and update copyrightsAndy Boyett2009-09-101-1/+1
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17...Felix Fietkau2009-09-093-17/+0
* fix nonhotpluggable networks not being brought up. Closes #2781Travis Kemen2009-09-063-0/+17
* package/base-files: set state to 'preinit' before preinit.arch is used, and s...Gabor Juhos2009-09-052-3/+4
* Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable inte...Felix Fietkau2009-09-051-1/+0
* add ifup -a to boot(), closes #4543 #2781Travis Kemen2009-09-051-0/+1
* extend logging functionsTravis Kemen2009-09-041-7/+17
* preinit: fix failsafe mode through ctrl+c on devices that do not provide a pr...Felix Fietkau2009-09-021-1/+5
* uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was n...Felix Fietkau2009-08-291-0/+1
* allow mklibs.py to optimize libgcc_s.so.1Felix Fietkau2009-08-291-0/+1
* udev: Update udev package from udev-106 to udev-142Geoff Levand2009-08-241-4/+8
* now that each target has its own package directory, remove the base-files pac...Felix Fietkau2009-08-201-7/+5
* base-files: fix sysupgrade get_magic_word() function to return proper values ...Jo-Philipp Wich2009-08-191-1/+1
* base-files: move ipv6 module loading from setup_interface() to addif() in the...Jo-Philipp Wich2009-08-103-10/+7
* install static libraries from uclibc to the rootfs staging dirFelix Fietkau2009-08-081-0/+4
* base-files: some /lib/network/config.sh refactoringFelix Fietkau2009-08-071-25/+38
* base-files: clean up init.d/fstab and port it to the new config_getFelix Fietkau2009-08-071-18/+14
* base-files: port init.d/led to new config_getFelix Fietkau2009-08-071-8/+6
* base-files: port init.d/boot to new config_getFelix Fietkau2009-08-071-9/+10
* base-files: port functions.sh to new config_getFelix Fietkau2009-08-071-2/+2
* base-files: allow default value for config_getFelix Fietkau2009-08-071-6/+9