diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 11:07:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 11:07:47 +0000 |
commit | d71c0bca30687ee247cb12f59d4736e0f68018b6 (patch) | |
tree | 74d02654a61e5ec8a537d291cb2b50c9a61ea65b /openwrt/target/default/target_skeleton | |
parent | 4a9fd584431568a07cd5d81e117a42ea4369c6ff (diff) | |
download | mtk-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-x | openwrt/target/default/target_skeleton/sbin/wifi | 5 |
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 |