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

Bima Hutama hutamanzi at gmail.com
Tue Jun 7 14:56:08 EDT 2016


  -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 at gmail.com>
---
 package/network/services/hostapd/files/hostapd-full.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list