02_network 204 B

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