mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 03:32:26 +01:00
6 lines
120 B
Bash
6 lines
120 B
Bash
#!/bin/sh
|
|
|
|
. /lib/functions/uci-defaults.sh
|
|
|
|
ucidef_set_interface_loopback
|
|
ucidef_set_interface_raw "lan" "eth0" "dhcp"
|