Initial commit
This commit is contained in:
18
target/linux/pistachio/base-files/etc/board.d/02_network
Executable file
18
target/linux/pistachio/base-files/etc/board.d/02_network
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2017 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
|
||||
board_config_update
|
||||
|
||||
ucidef_set_interface_lan 'eth0' 'dhcp'
|
||||
|
||||
board_config_flush
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user