92e6e80080
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 44304
7 lines
120 B
Bash
7 lines
120 B
Bash
#!/bin/sh
|
|
|
|
. /lib/functions/uci-defaults.sh
|
|
|
|
ucidef_set_interface_loopback
|
|
ucidef_set_interface_raw "lan" "eth0" "dhcp"
|