Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network: Unbind DHCPv6 from underlying interfaces | Steven Barth | 2014-10-08 | 1 | -1/+1 |
| | | | | | | | | | This allows IPv6 to set up without IPv4 being up thus IPv6-only or IPv6+DS-Lite working with the default config. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42848 | ||||
* | target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC | John Crispin | 2014-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct var $# (=number of args) here. under normal conditions this had no impact, but we should at least correct it. the error was observable like this: root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh root@box:~ . /lib/upgrade/platform.sh root@box:~ . /lib/upgrade/common.sh root@box:~ platform_check_image /tmp/myfirmware.bin ash: bad number root@box:~ echo $? 0 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 40915 | ||||
* | preinit: move cmdline failsafe= handling ot the generic code | John Crispin | 2013-04-25 | 1 | -11/+0 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36430 | ||||
* | Change default IPv6 config to enable DHCPv6-PD | Steven Barth | 2013-04-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 36384 | ||||
* | Adapt default network configuration for IPv6 | Steven Barth | 2013-04-09 | 1 | -0/+8 |
| | | | | SVN-Revision: 36278 | ||||
* | Merge branch 'adm8668' | Florian Fainelli | 2010-11-06 | 7 | -0/+85 |
SVN-Revision: 23900 |