OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #!/bin/sh
2 #
3 # Copyright (C) 2015 OpenWrt.org
4 #
5  
6 . /lib/functions/uci-defaults.sh
7  
8 board_config_update
9 ucidef_set_interface_lan "eth0"
10 board_config_flush
11  
12 exit 0