mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. /lib/functions/uci-defaults.sh
|
||
|
|
||
|
ucidef_set_interface_loopback
|
||
|
ucidef_set_interface_raw "lan" "eth0" "dhcp"
|