summaryrefslogtreecommitdiff
path: root/target/linux/octeon/base-files/etc/board.d/00_model
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-03 22:42:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-12-03 22:42:09 +0000
commit21ea086bd349fb8b91f3ea46b62013c5cd148aab (patch)
treed677ec577469fca6a6fbab39979d1e919af8735d /target/linux/octeon/base-files/etc/board.d/00_model
parent7514b6d73b7cad9e6f13ae9527eeee39630a10a8 (diff)
downloadmtk-20170518-21ea086bd349fb8b91f3ea46b62013c5cd148aab.zip
mtk-20170518-21ea086bd349fb8b91f3ea46b62013c5cd148aab.tar.gz
mtk-20170518-21ea086bd349fb8b91f3ea46b62013c5cd148aab.tar.bz2
octeon: switch from uci-defaults to board.d
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47734
Diffstat (limited to 'target/linux/octeon/base-files/etc/board.d/00_model')
-rwxr-xr-xtarget/linux/octeon/base-files/etc/board.d/00_model13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/octeon/base-files/etc/board.d/00_model b/target/linux/octeon/base-files/etc/board.d/00_model
new file mode 100755
index 0000000..ec07709
--- /dev/null
+++ b/target/linux/octeon/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