02_network 161 B

123456789101112
  1. #!/bin/sh
  2. #
  3. # Copyright (C) 2015 OpenWrt.org
  4. #
  5. . /lib/functions/uci-defaults.sh
  6. board_config_update
  7. ucidef_set_interface_lan "eth0"
  8. board_config_flush
  9. exit 0