aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commitae63eeb6f72b7df4416c9cf9426a79dfb1594793 (patch)
tree67b3bed1625fbfe71240d17c78a6c7d6da4a9609 /target
parent7ed4353a507e4cdeebe4bc6464c2f39f9ac14297 (diff)
downloadupstream-ae63eeb6f72b7df4416c9cf9426a79dfb1594793.tar.gz
upstream-ae63eeb6f72b7df4416c9cf9426a79dfb1594793.tar.bz2
upstream-ae63eeb6f72b7df4416c9cf9426a79dfb1594793.zip
remove wlconf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/default/target_skeleton/sbin/wifi5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/default/target_skeleton/sbin/wifi b/target/default/target_skeleton/sbin/wifi
deleted file mode 100755
index a8d413df07..0000000000
--- a/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