aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/base-files/etc/board.d/00_model
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-03 22:27:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-12-03 22:27:18 +0000
commit7514b6d73b7cad9e6f13ae9527eeee39630a10a8 (patch)
tree4f682ef6c89055dba483503886be32cbc5341851 /target/linux/kirkwood/base-files/etc/board.d/00_model
parentf6113588706628f09282a00205f901baf0c72a20 (diff)
downloadupstream-7514b6d73b7cad9e6f13ae9527eeee39630a10a8.tar.gz
upstream-7514b6d73b7cad9e6f13ae9527eeee39630a10a8.tar.bz2
upstream-7514b6d73b7cad9e6f13ae9527eeee39630a10a8.zip
kirkwood: switch from uci-defaults to board.d
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47733
Diffstat (limited to 'target/linux/kirkwood/base-files/etc/board.d/00_model')
-rw-r--r--target/linux/kirkwood/base-files/etc/board.d/00_model13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/etc/board.d/00_model b/target/linux/kirkwood/base-files/etc/board.d/00_model
new file mode 100644
index 0000000000..ec07709e0c
--- /dev/null
+++ b/target/linux/kirkwood/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