diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-27 22:14:21 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-27 22:14:21 +0000 |
commit | ee89db043c323fbe8ad34e7cd265f323ff8faf46 (patch) | |
tree | af107d4996a9e6a684867f49def26dad99d23685 /package/hostapd | |
parent | 71f8a2e36b8dd9ba5470b20b3ccb66b6e40e5bf2 (diff) |
[package] hostapd: Remove deprecated 'debug' configuration variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16594 3c298f89-4303-0410-b956-a3cf2f4a3e73
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} |