projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: fix compiler warning without debug enabled
[openwrt.git]
/
package
/
hostapd
/
files
/
mini.config
diff --git
a/package/hostapd/files/mini.config
b/package/hostapd/files/mini.config
index
37f76d1
..
1720ddd
100644
(file)
--- a/
package/hostapd/files/mini.config
+++ b/
package/hostapd/files/mini.config
@@
-40,7
+40,7
@@
CONFIG_DRIVER_NL80211=y
#CONFIG_DRIVER_NONE=y
# IEEE 802.11F/IAPP
#CONFIG_DRIVER_NONE=y
# IEEE 802.11F/IAPP
-CONFIG_IAPP=y
+
#
CONFIG_IAPP=y
# WPA2/IEEE 802.11i RSN pre-authentication
CONFIG_RSN_PREAUTH=y
# WPA2/IEEE 802.11i RSN pre-authentication
CONFIG_RSN_PREAUTH=y
@@
-142,3
+142,14
@@
CONFIG_IEEE80211N=y
# This can be used to reduce the size of the hostapd considerably if debugging
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
# This can be used to reduce the size of the hostapd considerably if debugging
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
+
+# Remove support for RADIUS accounting
+CONFIG_NO_ACCOUNTING=y
+
+# Remove support for RADIUS
+CONFIG_NO_RADIUS=y
+
+# Remove support for VLANs
+#CONFIG_NO_VLAN=y
+
+CONFIG_TLS=internal
This page took
0.023757 seconds
and
4
git commands to generate.