diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 09:41:14 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 09:41:14 +0200 |
commit | 62b203d0ea5bb0367c99bd4978edfe86908e427c (patch) | |
tree | 0364d2b6febfb6b3ec6c40533e543f2d6440c3d6 /contrib/uci/hostfiles/bin/uci-defaults | |
parent | 16b63cb471eafb80eddb27165bdfa70cc5812821 (diff) |
contrib: remove obsolete host uci configurations
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib/uci/hostfiles/bin/uci-defaults')
-rwxr-xr-x | contrib/uci/hostfiles/bin/uci-defaults | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/uci/hostfiles/bin/uci-defaults b/contrib/uci/hostfiles/bin/uci-defaults deleted file mode 100755 index 3b58d7b329..0000000000 --- a/contrib/uci/hostfiles/bin/uci-defaults +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -for i in $(find $(dirname $0)/../etc/uci-defaults -type f -not -name "$2") -do - [ -f $i ] && { - bash $i; rm $i - } -done |