1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

hostapd: disable the state dump callback to save a few more kb

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30667 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-02-21 00:27:28 +00:00
parent e7fe3729df
commit daf38c44a9
2 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,8 @@ CONFIG_INTERNAL_LIBTOMMATH=y
CONFIG_INTERNAL_AES=y
NEED_AES_DEC=y
CONFIG_NO_DUMP_STATE=y
CONFIG_WPS=y
CONFIG_FULL_DYNAMIC_VLAN=y

View File

@ -153,3 +153,5 @@ CONFIG_NO_RADIUS=y
#CONFIG_NO_VLAN=y
CONFIG_TLS=internal
CONFIG_NO_DUMP_STATE=y