| Commit message (Expand) | Author | Age | Files | Lines |
* | base-files: change network_find_wan() procedure to ignore default gateways in... | Jo-Philipp Wich | 2013-05-06 | 1 | -10/+14 |
* | sysupgrade: fixes broken pipe error during sysupgade | John Crispin | 2013-05-05 | 1 | -2/+2 |
* | preinit: move cmdline failsafe= handling ot the generic code | John Crispin | 2013-04-25 | 1 | -4/+7 |
* | mount_root: prepare base-files | John Crispin | 2013-04-25 | 30 | -473/+15 |
* | boot: make use of kmodloader if it is available | John Crispin | 2013-04-25 | 1 | -1/+5 |
* | Change default IPv6 config to enable DHCPv6-PD | Steven Barth | 2013-04-22 | 2 | -2/+2 |
* | Adapt default network configuration for IPv6 | Steven Barth | 2013-04-09 | 2 | -0/+14 |
* | base-files: firstboot: only ask for confirmation on TTY | Jonas Gorski | 2013-03-27 | 1 | -4/+6 |
* | base-files: move sysctl init after boot | Jo-Philipp Wich | 2013-03-26 | 1 | -1/+1 |
* | base-files: fix bad start index in previous commit | Jo-Philipp Wich | 2013-03-25 | 1 | -1/+1 |
* | package/base-files: change sysctl handling Move /etc/init.d/sysctl to index 0... | Jo-Philipp Wich | 2013-03-25 | 2 | -1/+7 |
* | base-files: sysupgrade fail with eglibc | Florian Fainelli | 2013-03-22 | 1 | -2/+2 |
* | sysupgrade was broken as procd was getting killed | John Crispin | 2013-03-14 | 1 | -1/+1 |
* | make basefiles aware of procd | John Crispin | 2013-03-13 | 25 | -309/+55 |
* | base-files: make firstboot ask for confirmation | Jonas Gorski | 2013-02-21 | 1 | -8/+16 |
* | base-files: introduce commonly used helper functions for setting leds | Gabor Juhos | 2013-02-18 | 1 | -0/+68 |
* | base-files: minor cosmetic corrections for functions.sh | Gabor Juhos | 2013-02-17 | 1 | -6/+3 |
* | base-files: add macaddr_{add,2bin,setbit_la} helpers | Gabor Juhos | 2013-02-16 | 1 | -0/+24 |
* | base-files: add mtd_get_mac_{ascii,binary} helpers | Gabor Juhos | 2013-02-16 | 1 | -0/+34 |
* | base-files: Fix IPv6 early sysctls again * Kernel IPv6 /proc interface incons... | Steven Barth | 2013-02-01 | 2 | -5/+6 |
* | base-files: Fix race-conditions with IPv6 sysctls | Steven Barth | 2013-01-29 | 3 | -1/+8 |
* | base-files: remove IPv6-forwarding setting for all interfaces | Steven Barth | 2013-01-28 | 1 | -1/+0 |
* | base-files: fix network_get_prefix6 | Steven Barth | 2013-01-22 | 1 | -1/+1 |
* | base-files: Set default value for IPv6 forwarding | Steven Barth | 2013-01-22 | 1 | -0/+1 |
* | base-files: network.sh: fix typo in previous commit | Jo-Philipp Wich | 2013-01-21 | 1 | -1/+1 |
* | base-files: network.sh: simplify network_get_prefix6() | Jo-Philipp Wich | 2013-01-21 | 1 | -7/+4 |
* | base-files: use numerically prefixed uci-defaults names | Jo-Philipp Wich | 2013-01-18 | 3 | -0/+0 |
* | base-files: rename ULA generation script | Steven Barth | 2013-01-17 | 1 | -0/+0 |
* | base-files: add support for ipv6-prefixes in connection with netifd | Steven Barth | 2013-01-15 | 3 | -0/+50 |
* | base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to hotplug... | Vasilis Tsiligiannis | 2013-01-11 | 1 | -3/+3 |
* | sysupgrade: clarify online help | Jo-Philipp Wich | 2013-01-02 | 1 | -12/+15 |
* | sysupgrade: do not require an extra argument after --restore-backup | Jo-Philipp Wich | 2013-01-02 | 1 | -6/+7 |
* | base-files: Fix a typo in config_list_foreach | Steven Barth | 2012-12-27 | 1 | -1/+1 |
* | base-files: ipcalc.sh: fix broken calculations on 64bit systems | Jo-Philipp Wich | 2012-12-23 | 1 | -5/+10 |
* | base-files: add basic procd integration, let procd start (and restart) ubus i... | Felix Fietkau | 2012-12-22 | 1 | -0/+31 |
* | hot-fix nameclash in sysupgrade: rename pivot() to supivot() in sysupgrade | Mirko Vogt | 2012-12-21 | 1 | -2/+2 |
* | base-files: we don't need /etc/functions.sh symlink anymore | Luka Perkov | 2012-12-20 | 1 | -1/+0 |
* | merge /lib/functions/boot.sh and /lib/functions.sh | Mirko Vogt | 2012-12-19 | 5 | -149/+139 |
* | Do not overload mount-call - trying to reduce confusion | Mirko Vogt | 2012-12-19 | 14 | -41/+34 |
* | base-files: use json_is_a() in network.sh | Jo-Philipp Wich | 2012-12-17 | 1 | -7/+7 |
* | base-files: rework cache handling in network.sh to keep the entire parsed ifs... | Jo-Philipp Wich | 2012-12-16 | 1 | -129/+159 |
* | base-files: various enhancements to network.sh | Jo-Philipp Wich | 2012-12-16 | 1 | -30/+153 |
* | base-files: add mtd_find_chardev helper | Gabor Juhos | 2012-12-12 | 1 | -3/+17 |
* | Revert "remove function find_mtd_part() from /lib/functions.sh" | Mirko Vogt | 2012-12-12 | 1 | -0/+9 |
* | remove function find_mtd_part() from /lib/functions.sh | Mirko Vogt | 2012-12-12 | 1 | -9/+0 |
* | Remove default sysctl-entry for IPv6 here (races) | Steven Barth | 2012-11-29 | 1 | -2/+0 |
* | base-files: add support for the morse LED trigger | Gabor Juhos | 2012-11-25 | 1 | -0/+7 |
* | base-files: use a natural mount syntax | Florian Fainelli | 2012-11-23 | 5 | -8/+7 |
* | base-files: skip LEDs handled by rssileds in led init-script | Florian Fainelli | 2012-10-11 | 1 | -0/+5 |
* | it's time to break the barriers | Imre Kaloz | 2012-10-08 | 1 | -8/+5 |