f71f7f0df1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
14 lines
173 B
Bash
Executable file
14 lines
173 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. /lib/functions/uci-defaults.sh
|
|
. /lib/functions/system.sh
|
|
|
|
board_config_update
|
|
|
|
ifname=eth0
|
|
|
|
ucidef_set_interface_lan "eth0" "dhcp"
|
|
|
|
board_config_flush
|
|
|
|
exit 0
|