diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-04 11:07:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-04 11:07:06 +0000 |
commit | 08848936ddc73119d0651ab127d858637f1d04da (patch) | |
tree | c910b92bc2abc8950c033594eb8687542dbb0ee2 /target/linux/at91/base-files/etc | |
parent | 61a99da4f9219237a25bba37244307f803f2e1e1 (diff) | |
download | upstream-08848936ddc73119d0651ab127d858637f1d04da.tar.gz upstream-08848936ddc73119d0651ab127d858637f1d04da.tar.bz2 upstream-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/base-files/etc')
-rwxr-xr-x | target/linux/at91/base-files/etc/board.d/00_model | 13 |
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 |