8 lines
127 B
Text
8 lines
127 B
Text
|
#!/bin/sh
|
||
|
|
||
|
. /lib/functions/uci-defaults-new.sh
|
||
|
|
||
|
board_config_update
|
||
|
ucidef_set_interface_lan "eth0" "dhcp"
|
||
|
board_config_flush
|