459 Commits (5bd4c4e26de4c2607b68aec117cb6b2be3014892)

Author SHA1 Message Date
Jo-Philipp Wich 520ea8e5f9 base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley) 15 years ago
Felix Fietkau 19555b702e /sbin/wifi: improve reliability of restarts by resetting the state properly 15 years ago
Jo-Philipp Wich 7ad9c8615f base-file: revert unrelated change accidentally committed in r19478 15 years ago
Jo-Philipp Wich e367f5434a base-files: preinit: get rid of /dev/null redirections and use grep -q where applicable 15 years ago
Florian Fainelli b93682af14 quieten the check for devs, thanks nbd 15 years ago
Florian Fainelli 7480065917 /dev/null was used before it was created, so an empty file was created. This prevented the actual device node from being created. The attached patch fixes that, patch from cshore 15 years ago
Felix Fietkau 10ec4fa292 when rebooting, use lazy umounts as fallback (patch by puchu) 15 years ago
Felix Fietkau 541725ce18 stop syslogd before rebooting, otherwise umount might not work properly when logging to a file (thx, puchu) 15 years ago
Felix Fietkau d46a32fa60 when rebooting, stop the network interfaces last (just before umount) to allow services to shut down properly (thx, puchu) 15 years ago
Felix Fietkau a254a9ff08 base-files: do not warn about nonexistant sysctl overrides (some of them are config dependent) 15 years ago
Felix Fietkau b88fc11e2a preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore) 15 years ago
Gabor Juhos 785e45786f base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selected 15 years ago
Felix Fietkau f596c58ad0 fix missing quote (thx, puchu) 15 years ago
Felix Fietkau 56bc02a305 add preinit modularization work by Daniel Dickinson (cshore) 15 years ago
Felix Fietkau 62d7bb6ecd fix a typo in the hwmode handling in /sbin/wifi (thx, maddes) 15 years ago
Jo-Philipp Wich 8d0bb8f5dd base-files: ensure that the ip6addr of the main interface stays the primary ip by re-adding it after alias setup is completed - patch by Alina Friedrichsen 15 years ago
Jo-Philipp Wich 3634de3b80 base-files: try to activate hotplugged partitions as swap and fall back to lazy mount (#6517) 15 years ago
Jo-Philipp Wich bf9917d651 base-files: disable bridge firewalling by default 15 years ago
Jo-Philipp Wich 39f2b6d957 base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For 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> 15 years ago
Jo-Philipp Wich cb30b52ec1 base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends 15 years ago
Felix Fietkau 8ec79b460c run led init after /etc/init.d/done to keep the configured led settings active after the system has finished booting Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> 15 years ago
Hamish Guthrie 406a4a885d Add udhcpc command-line argument to request rootpath 15 years ago
Nicolas Thill 1772df7037 base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc combinations don't provide a libpthread_so.a matching libc_so.a) 15 years ago
Felix Fietkau 91a8f2334a add missing argument to debug/mount wrappers (thx, matteo) 15 years ago
Felix Fietkau 889532d1fd do not start multiple subshells for applying /etc/uci-defaults. use sh -x for hush compatibility 15 years ago
Felix Fietkau f1649982e2 functions.sh: use functions instead of aliases for the debug, mount wrappers - hush does not have aliases 15 years ago
Felix Fietkau 4ab57b9e0f fix firmware loading broken by the busybox upgrade 15 years ago
Felix Fietkau e39038f688 mount debugfs by default 15 years ago
Jo-Philipp Wich 4d9b1d6c75 base-files: sysupgrade: restrict find command to plain files to avoid duplicates when generating the conffiles tgz archive 15 years ago
Imre Kaloz c2eba9719e neither avr32 or coldfire has a shared libgcc 15 years ago
Felix Fietkau b2f4f696bf do not relink libresolv, it makes iproute2 barf 15 years ago
Felix Fietkau e9aa394113 remove obsolete uci validation awk code 15 years ago
Felix Fietkau e69a6f1b82 base-files: remove obsolete stuff from common.awk 15 years ago
Jo-Philipp Wich cfe1bc11ad base-files: only try to execute watchdog if binary is present 15 years ago
Felix Fietkau cb3495fac5 fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant 15 years ago
Felix Fietkau dc637ccdff install the right version of libgcc along with its version map to fix relinking issues with mklibs, attempt to relink only if the version map is actually present 15 years ago
Felix Fietkau 8183d10d17 check for sysfs before bypassing normal hotplug calls for firmware events (fixes #5200) 15 years ago
Jo-Philipp Wich f44e4dcb4b base-files: add hotplug rules for /dev/lpX (#863) 15 years ago
Felix Fietkau 2da13936e9 firstboot: add support for union mounts 15 years ago
Felix Fietkau 0f9f23aebe base-files: move firstboot to /sbin 15 years ago
Felix Fietkau 32bb31ca36 base-files: add libgcc dependency to libc (#5262) 15 years ago
Nicolas Thill c9bc7c504c add external toolchain support, enhance native toolchain support (special thanks to Luigi Mantellini for his help... and patience ;) 15 years ago
Nicolas Thill 6478e24f7d accommodate for 5 digits svn revisions :) 15 years ago
Felix Fietkau ca300a2f07 base-files: fix conffiles entry check (patch from #2425) 15 years ago
Jo-Philipp Wich 2f921cb48d base-files: clear ip addresses on interfaces that are about to be added to a bridge 15 years ago
Jo-Philipp Wich bc37b2e831 base-files: dispatch ifdown events for proto=none interfaces and fix a race condition between revert state and hotplug handlers 15 years ago
Jo-Philipp Wich 8962270fec base-files: add /etc/rc.local to the default save file list 15 years ago
Jo-Philipp Wich bdaeaafbef base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts 15 years ago
Andy Boyett a5f80019ef bump some revisions and update copyrights 15 years ago
Felix Fietkau 91d40a14af Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17527) until we've solved the race conditions it creates 15 years ago