Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: disable bridge firewalling by default | Jo-Philipp Wich | 2010-01-18 | 2 | -3/+8 |
| | | | | SVN-Revision: 19214 | ||||
* | base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵ | Jo-Philipp Wich | 2010-01-16 | 2 | -1/+4 |
| | | | | | | some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv> SVN-Revision: 19167 | ||||
* | base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 ↵ | Jo-Philipp Wich | 2010-01-13 | 1 | -0/+13 |
| | | | | | | based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends SVN-Revision: 19118 | ||||
* | run led init after /etc/init.d/done to keep the configured led settings ↵ | Felix Fietkau | 2010-01-06 | 1 | -1/+1 |
| | | | | | | active after the system has finished booting Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> SVN-Revision: 19050 | ||||
* | Add udhcpc command-line argument to request rootpath | Hamish Guthrie | 2009-12-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 18876 | ||||
* | base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc ↵ | Nicolas Thill | 2009-12-18 | 1 | -1/+1 |
| | | | | | | combinations don't provide a libpthread_so.a matching libc_so.a) SVN-Revision: 18810 | ||||
* | add missing argument to debug/mount wrappers (thx, matteo) | Felix Fietkau | 2009-12-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 18718 | ||||
* | do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵ | Felix Fietkau | 2009-12-09 | 2 | -6/+5 |
| | | | | | | for hush compatibility SVN-Revision: 18717 | ||||
* | functions.sh: use functions instead of aliases for the debug, mount wrappers ↵ | Felix Fietkau | 2009-12-09 | 1 | -2/+7 |
| | | | | | | - hush does not have aliases SVN-Revision: 18715 | ||||
* | fix firmware loading broken by the busybox upgrade | Felix Fietkau | 2009-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 18705 | ||||
* | mount debugfs by default | Felix Fietkau | 2009-11-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 18502 | ||||
* | base-files: sysupgrade: restrict find command to plain files to avoid ↵ | Jo-Philipp Wich | 2009-11-20 | 2 | -2/+3 |
| | | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455 | ||||
* | neither avr32 or coldfire has a shared libgcc | Imre Kaloz | 2009-11-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 18402 | ||||
* | do not relink libresolv, it makes iproute2 barf | Felix Fietkau | 2009-10-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 18111 | ||||
* | remove obsolete uci validation awk code | Felix Fietkau | 2009-10-20 | 6 | -654/+0 |
| | | | | SVN-Revision: 18110 | ||||
* | base-files: remove obsolete stuff from common.awk | Felix Fietkau | 2009-10-20 | 1 | -42/+0 |
| | | | | SVN-Revision: 18109 | ||||
* | base-files: only try to execute watchdog if binary is present | Jo-Philipp Wich | 2009-10-20 | 2 | -2/+3 |
| | | | | SVN-Revision: 18102 | ||||
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵ | Felix Fietkau | 2009-10-20 | 1 | -1/+5 |
| | | | | | | of using the standard _pic variant SVN-Revision: 18090 | ||||
* | install the right version of libgcc along with its version map to fix ↵ | Felix Fietkau | 2009-10-20 | 1 | -1/+4 |
| | | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present SVN-Revision: 18089 | ||||
* | check for sysfs before bypassing normal hotplug calls for firmware events ↵ | Felix Fietkau | 2009-10-03 | 1 | -1/+1 |
| | | | | | | (fixes #5200) SVN-Revision: 17839 | ||||
* | base-files: add hotplug rules for /dev/lpX (#863) | Jo-Philipp Wich | 2009-09-28 | 2 | -1/+7 |
| | | | | SVN-Revision: 17792 | ||||
* | firstboot: add support for union mounts | Felix Fietkau | 2009-09-27 | 1 | -23/+60 |
| | | | | SVN-Revision: 17778 | ||||
* | base-files: move firstboot to /sbin | Felix Fietkau | 2009-09-27 | 2 | -1/+1 |
| | | | | SVN-Revision: 17775 | ||||
* | base-files: add libgcc dependency to libc (#5262) | Felix Fietkau | 2009-09-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 17714 | ||||
* | add external toolchain support, enhance native toolchain support (special ↵ | Nicolas Thill | 2009-09-23 | 1 | -31/+269 |
| | | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682 | ||||
* | accommodate for 5 digits svn revisions :) | Nicolas Thill | 2009-09-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 17670 | ||||
* | base-files: fix conffiles entry check (patch from #2425) | Felix Fietkau | 2009-09-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 17618 | ||||
* | base-files: clear ip addresses on interfaces that are about to be added to a ↵ | Jo-Philipp Wich | 2009-09-16 | 2 | -1/+3 |
| | | | | | | bridge SVN-Revision: 17596 | ||||
* | base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵ | Jo-Philipp Wich | 2009-09-14 | 2 | -3/+3 |
| | | | | | | condition between revert state and hotplug handlers SVN-Revision: 17582 | ||||
* | base-files: add /etc/rc.local to the default save file list | Jo-Philipp Wich | 2009-09-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 17572 | ||||
* | base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵ | Jo-Philipp Wich | 2009-09-11 | 3 | -1/+10 |
| | | | | | | commands on init without creating custom init scripts SVN-Revision: 17571 | ||||
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 17554 | ||||
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵ | Felix Fietkau | 2009-09-09 | 3 | -17/+0 |
| | | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544 | ||||
* | fix nonhotpluggable networks not being brought up. Closes #2781 | Travis Kemen | 2009-09-06 | 3 | -0/+17 |
| | | | | SVN-Revision: 17527 | ||||
* | package/base-files: set state to 'preinit' before preinit.arch is used, and ↵ | Gabor Juhos | 2009-09-05 | 2 | -3/+4 |
| | | | | | | set state to 'failsafe' when entering failsafe mode SVN-Revision: 17517 | ||||
* | Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable ↵ | Felix Fietkau | 2009-09-05 | 1 | -1/+0 |
| | | | | | | interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE. SVN-Revision: 17516 | ||||
* | add ifup -a to boot(), closes #4543 #2781 | Travis Kemen | 2009-09-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 17515 | ||||
* | extend logging functions | Travis Kemen | 2009-09-04 | 1 | -7/+17 |
| | | | | SVN-Revision: 17514 | ||||
* | preinit: fix failsafe mode through ctrl+c on devices that do not provide a ↵ | Felix Fietkau | 2009-09-02 | 1 | -1/+5 |
| | | | | | | preinit.arch file SVN-Revision: 17470 | ||||
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | ||||
* | allow mklibs.py to optimize libgcc_s.so.1 | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 17437 | ||||
* | udev: Update udev package from udev-106 to udev-142 | Geoff Levand | 2009-08-24 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | Update the init scripts have to use udevadm where appropriate. The udev package no longer provides separate udev utilities like udevtrigger and udevsettle. These have been incorporated into the udev admin program udevadm. Replace the udevextras sub package with config options to the udev package. Update the preinit script to check for '/lib/udev/devices', and copy it to '/dev/ if it is found, then to conditionaly setup /dev the old way with mknod etc. Udev now recommends using the directory '/lib/udev/devices' to initialize the '/dev' directory at startup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17378 | ||||
* | now that each target has its own package directory, remove the base-files ↵ | Felix Fietkau | 2009-08-20 | 1 | -7/+5 |
| | | | | | | package renaming hack SVN-Revision: 17330 | ||||
* | base-files: fix sysupgrade get_magic_word() function to return proper values ↵ | Jo-Philipp Wich | 2009-08-19 | 1 | -1/+1 |
| | | | | | | if the first two bytes are identical SVN-Revision: 17319 | ||||
* | base-files: move ipv6 module loading from setup_interface() to addif() in ↵ | Jo-Philipp Wich | 2009-08-10 | 3 | -10/+7 |
| | | | | | | the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) SVN-Revision: 17217 | ||||
* | install static libraries from uclibc to the rootfs staging dir | Felix Fietkau | 2009-08-08 | 1 | -0/+4 |
| | | | | SVN-Revision: 17169 | ||||
* | base-files: some /lib/network/config.sh refactoring | Felix Fietkau | 2009-08-07 | 1 | -25/+38 |
| | | | | | | | | | | | * Localize a lot more variables than before. * Do stuff or localize variables at later points or inner blocks so less commands are executed in some cases. * Use the default option of config_get where it makes sense. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17160 | ||||
* | base-files: clean up init.d/fstab and port it to the new config_get | Felix Fietkau | 2009-08-07 | 1 | -18/+14 |
| | | | | | | | | ... also remove the unused noauto variable in swapon. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17159 | ||||
* | base-files: port init.d/led to new config_get | Felix Fietkau | 2009-08-07 | 1 | -8/+6 |
| | | | | | | | | ... and don't call logger directly, rcS takes care of the correct redirection Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17158 | ||||
* | base-files: port init.d/boot to new config_get | Felix Fietkau | 2009-08-07 | 1 | -9/+10 |
| | | | | | | | | ... and localize some variables. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17157 |