Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netifd: replace backticks by $(...) | Adrian Schmutzler | 2020-05-13 | 1 | -1/+1 |
| | | | | | | This replaces deprecated backticks by more versatile $(...) syntax. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | netifd: ifup-shellscript - fix wrong usage of 'local' | Felix Fietkau | 2015-12-10 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | this error was not visible until recent bump to busybox 1.24.1 stable which introduced a warning message when keyword 'local' is not used with a shell-function. this does not change behavior and is a cosmetic cleanup. fixes the following output: root@box:~ ifup <interface> /sbin/ifup: local: line 362: not in a function /sbin/ifup: local: line 362: not in a function /sbin/ifup: local: line 1: not in a function Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 47828 | ||||
* | netifd: update to latest version | Felix Fietkau | 2013-01-29 | 1 | -3/+3 |
| | | | | | | | fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) SVN-Revision: 35383 | ||||
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 1 | -0/+79 |
SVN-Revision: 33688 |