OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 #!/bin/sh
2 #
3 # Copyright (C) 2017 OpenWrt.org
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8  
9 . /lib/functions/uci-defaults.sh
10  
11  
12 board_config_update
13  
14 ucidef_set_interface_lan 'eth0' 'dhcp'
15  
16 board_config_flush
17  
18 exit 0