summaryrefslogtreecommitdiff
path: root/openwrt/target/default/target_skeleton
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-06-11 11:07:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-06-11 11:07:47 +0000
commitd71c0bca30687ee247cb12f59d4736e0f68018b6 (patch)
tree74d02654a61e5ec8a537d291cb2b50c9a61ea65b /openwrt/target/default/target_skeleton
parent4a9fd584431568a07cd5d81e117a42ea4369c6ff (diff)
downloadmtk-20170518-d71c0bca30687ee247cb12f59d4736e0f68018b6.zip
mtk-20170518-d71c0bca30687ee247cb12f59d4736e0f68018b6.tar.gz
mtk-20170518-d71c0bca30687ee247cb12f59d4736e0f68018b6.tar.bz2
remove wlconf
SVN-Revision: 1197
Diffstat (limited to 'openwrt/target/default/target_skeleton')
-rwxr-xr-xopenwrt/target/default/target_skeleton/sbin/wifi5
1 files changed, 0 insertions, 5 deletions
diff --git a/openwrt/target/default/target_skeleton/sbin/wifi b/openwrt/target/default/target_skeleton/sbin/wifi
deleted file mode 100755
index a8d413d..0000000
--- a/openwrt/target/default/target_skeleton/sbin/wifi
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/ash
-alias debug=${DEBUG:-:}
-debug "### wifi $1 ###"
-if=$(cat /proc/net/dev | awk -F: '/eth/ {wifi=$1;} END { print wifi}')
-$DEBUG wlconf $if $1