瀏覽代碼

hostapd: move the roboswitch config override to the right place

SVN-Revision: 19662
Felix Fietkau 16 年之前
父節點
當前提交
002a278972
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/hostapd/Makefile

+ 2 - 2
package/hostapd/Makefile

@@ -65,9 +65,9 @@ endif
 ifneq ($(LOCAL_TYPE),hostapd)
   ifdef CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
     TARGET_CFLAGS += -DNO_TIMESTAMP_CHECK
-    DRIVER_MAKEOPTS += \
-		CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
   endif
+  DRIVER_MAKEOPTS += \
+	CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
 endif
 
 define Package/hostapd/Default