diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-29 16:39:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-29 16:39:15 +0000 |
commit | ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0 (patch) | |
tree | b05a4c827c6326d9240c1a8888f18c49c00aff5f /target/linux/kirkwood/base-files-Dockstar/etc/config/network | |
parent | c71838faa1dc9ade9918abbc61b587ff35880a53 (diff) | |
download | upstream-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.gz upstream-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.bz2 upstream-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.zip |
kirkwood: use uci-defaults to configure different boards
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31990
Diffstat (limited to 'target/linux/kirkwood/base-files-Dockstar/etc/config/network')
-rw-r--r-- | target/linux/kirkwood/base-files-Dockstar/etc/config/network | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/network b/target/linux/kirkwood/base-files-Dockstar/etc/config/network deleted file mode 100644 index 9fd44f1283..0000000000 --- a/target/linux/kirkwood/base-files-Dockstar/etc/config/network +++ /dev/null @@ -1,9 +0,0 @@ -config 'interface' 'loopback' - option 'ifname' 'lo' - option 'proto' 'static' - option 'ipaddr' '127.0.0.1' - option 'netmask' '255.0.0.0' - -config 'interface' 'lan' - option 'ifname' 'eth0' - option 'proto' 'dhcp' |