projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab60b8f
)
hostapd: move the roboswitch config override to the right place
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 16 Feb 2010 18:28:42 +0000
(18:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 16 Feb 2010 18:28:42 +0000
(18:28 +0000)
SVN-Revision: 19662
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index 5e66f84b009b40d0ce34c77577e0f4becd07486c..882367235995b09a4e0ba92de42eebc8fb2e2fc3 100644
(file)
--- 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