02_network 153 B

123456789101112
  1. #!/bin/sh
  2. . /lib/functions/uci-defaults.sh
  3. . /lib/functions/system.sh
  4. board_config_update
  5. ucidef_set_interface_lan "eth0"
  6. board_config_flush
  7. exit 0