treewide: remove execute bit and shebang from board.d files
[openwrt/openwrt.git] / target / linux / malta / base-files / etc / board.d / 00_model
1 # Copyright (C) 2015 OpenWrt.org
2
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 ucidef_set_board_id "malta"
8 ucidef_set_model_name "MIPS Malta"
9
10 board_config_flush
11
12 exit 0