summaryrefslogtreecommitdiff
path: root/target/linux/oxnas/base-files/etc/board.d/02_network
blob: b44696bed825a1e7d1af09277584fd87c15f5681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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