1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

malta: add default network configuration

I didn't figure out how to achieve this using uci-defaults-new.sh,
so use old-school uci-defaults script as that's what is used on
realview as well.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 45857
This commit is contained in:
John Crispin 2015-05-31 17:45:43 +00:00
parent fa2dfdb74b
commit 6938dac23b

@ -0,0 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults.sh
ucidef_set_interface_loopback
ucidef_set_interface_raw "lan" "eth0" "dhcp"