00_model 210 B

12345678910111213
  1. #!/bin/sh
  2. # Copyright (C) 2015 OpenWrt.org
  3. . /lib/functions/uci-defaults.sh
  4. board_config_update
  5. ucidef_set_board_id "realview-eb-mpcore"
  6. ucidef_set_model_name "ARM Ltd. Realview"
  7. board_config_flush
  8. exit 0