[wpa_supplicant] Fix menuconfig
[openwrt/svn-archive/archive.git] / package / wpa_supplicant / Makefile
index 0a72572886a5e9462d4f3c894a8109d548adf7ec..1171ba00d3bf56ae6bfc31f0fa96e57429655d9d 100644 (file)
@@ -31,13 +31,7 @@ define Package/wpa-supplicant/Description
 endef
 
 define Package/wpa-supplicant/config
 endef
 
 define Package/wpa-supplicant/config
-  config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
-       bool "Disable timestamp check"
-       depends PACKAGE_wpa-supplicant
-       default n
-       help
-               This disables the timestamp check for certificates in wpa_supplicant
-               Useful for devices without RTC that cannot reliably get the real date/time
+       source "$(SOURCE)/Config.in"
 endef
 
 
 endef