summaryrefslogtreecommitdiff
path: root/package/hostapd/files/hostapd.config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-28 15:08:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-28 15:08:47 +0100
commitfee0d9dbd7d00e273a90120bd06a381ab1fad9bb (patch)
tree4d2ca4f3e5d6c236c52853b521c3032f9b1d141a /package/hostapd/files/hostapd.config
parent5dab5a73f1c0c545a121c9badd8e6d95a468fff0 (diff)
parenta21751d05ee06fd4e0bfae705e8467922b344120 (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/hostapd/files/hostapd.config')
-rw-r--r--package/hostapd/files/hostapd.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/hostapd/files/hostapd.config b/package/hostapd/files/hostapd.config
index 7f9815dff..6af8c3971 100644
--- a/package/hostapd/files/hostapd.config
+++ b/package/hostapd/files/hostapd.config
@@ -75,3 +75,17 @@ CONFIG_DRIVER_NL80211=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
+
+# Remove support for dumping state into a file on SIGUSR1 signal
+# This can be used to reduce binary size at the cost of disabling a debugging
+# option.
+CONFIG_NO_DUMP_STATE=y
+