diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2009-06-27 22:14:21 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2009-06-27 22:14:21 +0000 |
commit | 94b56b6c6c596c10cdfdcfcfc86843babc102b1e (patch) | |
tree | 2df1fe66345d9d54e1a6522225a3479f8a4a01ee /package/hostapd | |
parent | 8813961e86199d78a920ff33a80ff3c09af6aee2 (diff) | |
download | upstream-94b56b6c6c596c10cdfdcfcfc86843babc102b1e.tar.gz upstream-94b56b6c6c596c10cdfdcfcfc86843babc102b1e.tar.bz2 upstream-94b56b6c6c596c10cdfdcfcfc86843babc102b1e.zip |
hostapd: Remove deprecated 'debug' configuration variable
SVN-Revision: 16594
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/files/hostapd.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index a07883831e..270b909632 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -97,7 +97,6 @@ ${hwmode:+hw_mode=$hwmode} ${channel:+channel=$channel} ${bridge:+bridge=$bridge} ssid=$ssid -debug=0 wpa=$wpa ${crypto:+wpa_pairwise=$crypto} ${country:+country_code=$country} |