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 | c285e5705b9e91f344a8c00fdc1854c26d7b138d (patch) | |
tree | 595576c722b02fa3e4b780691347052245985fbb /package | |
parent | 6e49dd83645d220643eb32204202cc05e707bd8e (diff) | |
download | upstream-c285e5705b9e91f344a8c00fdc1854c26d7b138d.tar.gz upstream-c285e5705b9e91f344a8c00fdc1854c26d7b138d.tar.bz2 upstream-c285e5705b9e91f344a8c00fdc1854c26d7b138d.zip |
hostapd: move the roboswitch config override to the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19662 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |