summaryrefslogtreecommitdiffstats
path: root/target/linux/at91
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
commit08848936ddc73119d0651ab127d858637f1d04da (patch)
treec910b92bc2abc8950c033594eb8687542dbb0ee2 /target/linux/at91
parent61a99da4f9219237a25bba37244307f803f2e1e1 (diff)
downloadmaster-31e0f0ae-08848936ddc73119d0651ab127d858637f1d04da.tar.gz
master-31e0f0ae-08848936ddc73119d0651ab127d858637f1d04da.tar.bz2
master-31e0f0ae-08848936ddc73119d0651ab127d858637f1d04da.zip
all: remove redundant board.d/00_model files
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47753
Diffstat (limited to 'target/linux/at91')
-rwxr-xr-xtarget/linux/at91/base-files/etc/board.d/00_model13
1 files changed, 0 insertions, 13 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
deleted file mode 100755
index ec07709e0c..0000000000
--- a/target/linux/at91/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