summaryrefslogtreecommitdiff
path: root/target/linux/at91/base-files/etc/board.d/00_model
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-03 23:07:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-12-03 23:07:38 +0000
commit81f1ccbf967a211449b0726ff476f079e3df1bcb (patch)
tree9abe6144b5d0fcf49edee9d26b4a631aea5178f4 /target/linux/at91/base-files/etc/board.d/00_model
parentadbe47380e630a65a894bf53f73efd9d58a6195e (diff)
downloadmtk-20170518-81f1ccbf967a211449b0726ff476f079e3df1bcb.zip
mtk-20170518-81f1ccbf967a211449b0726ff476f079e3df1bcb.tar.gz
mtk-20170518-81f1ccbf967a211449b0726ff476f079e3df1bcb.tar.bz2
at91: switch from uci-defaults to board.d
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47740
Diffstat (limited to 'target/linux/at91/base-files/etc/board.d/00_model')
-rwxr-xr-xtarget/linux/at91/base-files/etc/board.d/00_model13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/at91/base-files/etc/board.d/00_model b/target/linux/at91/base-files/etc/board.d/00_model
new file mode 100755
index 0000000..ec07709
--- /dev/null
+++ b/target/linux/at91/base-files/etc/board.d/00_model
@@ -0,0 +1,13 @@
+#!/bin/sh
+# Copyright (C) 2015 OpenWrt.org
+
+. /lib/functions/uci-defaults-new.sh
+
+board_config_update
+
+ucidef_set_board_id "$(cat /tmp/sysinfo/board_name)"
+ucidef_set_model_name "$(cat /tmp/sysinfo/model)"
+
+board_config_flush
+
+exit 0