diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-16 18:28:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-16 18:28:42 +0000 |
commit | 002a278972eea1d96bc84647fce371867489b29d (patch) | |
tree | 3723faa4e95e0931405cdf9b9f2b193ab655b61d /package | |
parent | ab60b8f963a38733e6c6047e7b7ecc9713b9240b (diff) | |
download | mtk-20170518-002a278972eea1d96bc84647fce371867489b29d.zip mtk-20170518-002a278972eea1d96bc84647fce371867489b29d.tar.gz mtk-20170518-002a278972eea1d96bc84647fce371867489b29d.tar.bz2 |
hostapd: move the roboswitch config override to the right place
SVN-Revision: 19662
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5e66f84..8823672 100644 --- a/package/hostapd/Makefile +++ b/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 |