00_model 180 B

123456789101112
  1. # Copyright (C) 2015 OpenWrt.org
  2. . /lib/functions/uci-defaults.sh
  3. board_config_update
  4. ucidef_set_board_id "malta"
  5. ucidef_set_model_name "MIPS Malta"
  6. board_config_flush
  7. exit 0