summaryrefslogtreecommitdiff
path: root/target/linux/realview/base-files/etc/board.d/00_model
blob: 9318d8e9b1e5f07ed4cb04724d80b24cc33dddbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Copyright (C) 2015 OpenWrt.org

. /lib/functions/uci-defaults.sh

board_config_update

ucidef_set_board_id "realview-eb-mpcore"
ucidef_set_model_name "ARM Ltd. Realview"

board_config_flush

exit 0