00_model 264 B

1234567891011121314
  1. #!/bin/sh
  2. # Copyright (C) 2015 OpenWrt.org
  3. # Copyright (C) 2016 Yousong Zhou <yszhou4tech@gmail.com>
  4. . /lib/functions/uci-defaults.sh
  5. board_config_update
  6. ucidef_set_board_id "armvirt"
  7. ucidef_set_model_name "QEMU ARM Virtual Machine"
  8. board_config_flush
  9. exit 0