armvirt: new target
[openwrt/openwrt.git] / target / linux / armvirt / base-files / etc / board.d / 00_model
1 #!/bin/sh
2 # Copyright (C) 2015 OpenWrt.org
3 # Copyright (C) 2016 Yousong Zhou <yszhou4tech@gmail.com>
4
5 . /lib/functions/uci-defaults.sh
6
7 board_config_update
8
9 ucidef_set_board_id "armvirt"
10 ucidef_set_model_name "QEMU ARM Virtual Machine"
11
12 board_config_flush
13
14 exit 0