From: Felix Fietkau Date: Tue, 16 Feb 2010 18:28:42 +0000 (+0000) Subject: hostapd: move the roboswitch config override to the right place X-Git-Tag: reboot~21039 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=002a278972eea1d96bc84647fce371867489b29d;p=openwrt%2Fstaging%2Flynxis.git hostapd: move the roboswitch config override to the right place SVN-Revision: 19662 --- diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5e66f84b00..8823672359 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