| Commit message (Expand) | Author | Age | Files | Lines |
* | base-files: add add_dns() and remove_dns() helpers to network config, useful ... | Jo-Philipp Wich | 2010-05-07 | 1 | -0/+29 |
* | base-files, ppp: fix interface shutdown | Jo-Philipp Wich | 2010-05-06 | 1 | -3/+3 |
* | base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ... | Jo-Philipp Wich | 2010-05-05 | 1 | -5/+22 |
* | base-files: make press key message more explicit in preinit | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
* | change from /jffs to /overlay, patch from Daniel Dickinson | Florian Fainelli | 2010-03-21 | 10 | -17/+18 |
* | fix error output of brctl if bridging is not supported. | Felix Fietkau | 2010-03-14 | 1 | -1/+1 |
* | base-files: force preinit to use busybox mount (#6797) | Jo-Philipp Wich | 2010-03-13 | 1 | -0/+4 |
* | package/base-files: call preinit_ip_deconfig before processing init on initra... | Gabor Juhos | 2010-03-12 | 1 | -0/+1 |
* | base-files: fix preinit code typos | Nicolas Thill | 2010-03-10 | 1 | -1/+1 |
* | firstboot: fix typo (closes: #6738) | Nicolas Thill | 2010-03-01 | 1 | -1/+1 |
* | base-files: fix enter failsafe message | Felix Fietkau | 2010-03-01 | 1 | -1/+0 |
* | add block-extroot, a package for using an external filesystem as rootfs (patc... | Felix Fietkau | 2010-02-26 | 1 | -0/+1 |
* | base-files: revert dhcp state information on ifdown and restore pre-r19530 be... | Jo-Philipp Wich | 2010-02-12 | 1 | -0/+5 |
* | base-file: revert unrelated change accidentally committed in r19478 | Jo-Philipp Wich | 2010-02-01 | 1 | -4/+0 |
* | base-files: preinit: get rid of /dev/null redirections and use grep -q where ... | Jo-Philipp Wich | 2010-02-01 | 5 | -6/+10 |
* | quieten the check for devs, thanks nbd | Florian Fainelli | 2010-01-31 | 1 | -1/+1 |
* | /dev/null was used before it was created, so an empty file was created. This ... | Florian Fainelli | 2010-01-31 | 1 | -1/+1 |
* | preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore) | Felix Fietkau | 2010-01-28 | 1 | -1/+1 |
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 41 | -0/+865 |
* | base-files: ensure that the ip6addr of the main interface stays the primary i... | Jo-Philipp Wich | 2010-01-23 | 1 | -20/+28 |
* | base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For s... | Jo-Philipp Wich | 2010-01-16 | 1 | -0/+3 |
* | Add udhcpc command-line argument to request rootpath | Hamish Guthrie | 2009-12-21 | 1 | -1/+1 |
* | remove obsolete uci validation awk code | Felix Fietkau | 2009-10-20 | 6 | -654/+0 |
* | base-files: clear ip addresses on interfaces that are about to be added to a ... | Jo-Philipp Wich | 2009-09-16 | 1 | -0/+2 |
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17... | Felix Fietkau | 2009-09-09 | 1 | -1/+0 |
* | fix nonhotpluggable networks not being brought up. Closes #2781 | Travis Kemen | 2009-09-06 | 1 | -0/+1 |
* | base-files: fix sysupgrade get_magic_word() function to return proper values ... | Jo-Philipp Wich | 2009-08-19 | 1 | -1/+1 |
* | base-files: move ipv6 module loading from setup_interface() to addif() in the... | Jo-Philipp Wich | 2009-08-10 | 1 | -9/+0 |
* | base-files: some /lib/network/config.sh refactoring | Felix Fietkau | 2009-08-07 | 1 | -25/+38 |
* | base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined,... | Jo-Philipp Wich | 2009-08-04 | 1 | -12/+21 |
* | base-files: Fix sysupgrade .tar.gz configuration restoring | Vasilis Tsiligiannis | 2009-06-29 | 1 | -12/+12 |
* | sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standa... | Jo-Philipp Wich | 2009-06-17 | 1 | -3/+4 |
* | base-files: Add support for bzipped images in sysupgrade | Vasilis Tsiligiannis | 2009-06-10 | 1 | -1/+2 |
* | base-files: Detect and decompressed gzipped images automatically when flashin... | Vasilis Tsiligiannis | 2009-06-10 | 1 | -7/+14 |
* | base-files: format hexdump output instead of using awk for sysupgrade | Vasilis Tsiligiannis | 2009-06-10 | 1 | -1/+1 |
* | base-files: fix test experession for sysupgrade | Vasilis Tsiligiannis | 2009-06-03 | 1 | -1/+1 |
* | network: prevent unnecessary interface down/up cycles if no mac address chang... | Felix Fietkau | 2009-06-01 | 1 | -2/+3 |
* | network: do not unnecessarily touch interfaces configured as proto=none; brin... | Felix Fietkau | 2009-06-01 | 1 | -2/+11 |
* | sysupgrade: use sysrq-trigger if available | Jo-Philipp Wich | 2009-05-15 | 1 | -0/+1 |
* | base-files: show reboot notification is sysupgrade | Jo-Philipp Wich | 2009-05-09 | 1 | -1/+4 |
* | Add option in sysupgrade to flash gzipped images | Jo-Philipp Wich | 2009-05-07 | 1 | -3/+6 |
* | do not run hotplug event for aliases | Felix Fietkau | 2009-04-13 | 1 | -0/+3 |
* | - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 fo... | Jo-Philipp Wich | 2009-03-25 | 1 | -2/+9 |
* | sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa | Jo-Philipp Wich | 2009-03-24 | 1 | -0/+1 |
* | sysupgrade: install /bin/sleep into ramdisk too and add completition notice (... | Jo-Philipp Wich | 2009-03-08 | 1 | -1/+2 |
* | Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac ad... | Jo-Philipp Wich | 2008-11-17 | 1 | -0/+1 |
* | make network config script work with brctl from both bridge-utils & busybox | Nicolas Thill | 2008-11-09 | 1 | -1/+1 |
* | don't bring down interfaces when preparing them | Felix Fietkau | 2008-10-29 | 1 | -2/+2 |
* | install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins) | Felix Fietkau | 2008-09-25 | 1 | -1/+1 |
* | fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based confi... | Felix Fietkau | 2008-09-23 | 1 | -2/+15 |