1#!/bin/sh
2# Copyright (C) 2015 OpenWrt.org
3
4. /lib/functions/uci-defaults.sh
5
6board_config_update
7
8ucidef_set_board_id "malta"
9ucidef_set_model_name "MIPS Malta"
10
11board_config_flush
12
13exit 0
14