02_network 165 B

12345678910111213141516
  1. #
  2. # Copyright (C) 2018 OpenWrt.org
  3. #
  4. . ./lib/functions/uci-defaults.sh
  5. board=$(board_name)
  6. board_config_update
  7. case "$board" in
  8. esac
  9. board_config_flush
  10. exit 0