diff mbox

[OpenWrt-Devel] hostapd:Bring Back Dumping internal State

Message ID 1465325768-4578-1-git-send-email-hutamanzi@gmail.com
State Changes Requested
Headers show

Commit Message

Bima Hutama June 7, 2016, 6:56 p.m. UTC
-Description:
	Since it is full version of hostapd, there is no need to disable this functionality as
	the new devices are getting more complex and need more debugging capabilities.

  -Changelog:
	Commenting CONFIG_NO_DUMP_STATE=y.

Signed-off-by: Bima Hutama <hutamanzi@gmail.com>
---
 package/network/services/hostapd/files/hostapd-full.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index da4c6e7..f500368 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -163,7 +163,7 @@  CONFIG_INTERNAL_AES=y
 NEED_AES_DEC=y
 
 CONFIG_NO_RANDOM_POOL=y
-CONFIG_NO_DUMP_STATE=y
+#CONFIG_NO_DUMP_STATE=y
 
 CONFIG_FULL_DYNAMIC_VLAN=y