aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-12-04 11:07:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-12-04 11:07:06 +0000
commit68557bc17801aca34cce44226767e73a6ae51529 (patch)
treea0948ed57f5d0d13a64e7ee1da440a5bd94218b8 /target/linux/ipq806x
parentb7cddddd17a8b1149b26d7d09e49ac533f7bac29 (diff)
downloadmaster-187ad058-68557bc17801aca34cce44226767e73a6ae51529.tar.gz
master-187ad058-68557bc17801aca34cce44226767e73a6ae51529.tar.bz2
master-187ad058-68557bc17801aca34cce44226767e73a6ae51529.zip
all: remove redundant board.d/00_model files
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47753 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x')
-rwxr-xr-xtarget/linux/ipq806x/base-files/etc/board.d/00_model13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ipq806x/base-files/etc/board.d/00_model b/target/linux/ipq806x/base-files/etc/board.d/00_model
deleted file mode 100755
index ec07709e0c..0000000000
--- a/target/linux/ipq806x/base-files/etc/board.d/00_model
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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