aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/arc770/base-files/etc/board.d/00_model
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-03 23:08:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-12-03 23:08:02 +0000
commit3348308afd5ec0cae23b4970d7d1af79b0bbb64f (patch)
tree4da76d5c80ef9138271b9dede4e19acec51eb3ba /target/linux/arc770/base-files/etc/board.d/00_model
parentdc4b0037ab3509d9a005887b1320ea891773d805 (diff)
downloadupstream-3348308afd5ec0cae23b4970d7d1af79b0bbb64f.tar.gz
upstream-3348308afd5ec0cae23b4970d7d1af79b0bbb64f.tar.bz2
upstream-3348308afd5ec0cae23b4970d7d1af79b0bbb64f.zip
arc770: switch from uci-defaults to board.d
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47743
Diffstat (limited to 'target/linux/arc770/base-files/etc/board.d/00_model')
-rwxr-xr-xtarget/linux/arc770/base-files/etc/board.d/00_model13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/arc770/base-files/etc/board.d/00_model b/target/linux/arc770/base-files/etc/board.d/00_model
new file mode 100755
index 0000000000..ec07709e0c
--- /dev/null
+++ b/target/linux/arc770/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