aboutsummaryrefslogtreecommitdiff
path: root/target/linux/malta/base-files/etc/board.d/00_model
blob: d4d08b225923efc62465d05e358c4fed9a13862c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2015 OpenWrt.org

. /lib/functions/uci-defaults.sh

board_config_update

ucidef_set_board_id "malta"
ucidef_set_model_name "MIPS Malta"

board_config_flush

exit 0