hostapd: move the roboswitch config override to the right place
SVN-Revision: 19662
This commit is contained in:
parent
ab60b8f963
commit
002a278972
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ endif
|
||||||
ifneq ($(LOCAL_TYPE),hostapd)
|
ifneq ($(LOCAL_TYPE),hostapd)
|
||||||
ifdef CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
|
ifdef CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
|
||||||
TARGET_CFLAGS += -DNO_TIMESTAMP_CHECK
|
TARGET_CFLAGS += -DNO_TIMESTAMP_CHECK
|
||||||
|
endif
|
||||||
DRIVER_MAKEOPTS += \
|
DRIVER_MAKEOPTS += \
|
||||||
CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
|
CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/hostapd/Default
|
define Package/hostapd/Default
|
||||||
|
|
Loading…
Reference in a new issue