projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: another minor fix to monitor mode queue selection
[openwrt.git]
/
package
/
carl9170
/
Makefile
diff --git
a/package/carl9170/Makefile
b/package/carl9170/Makefile
index
17f3376
..
10c83a4
100644
(file)
--- a/
package/carl9170/Makefile
+++ b/
package/carl9170/Makefile
@@
-43,7
+43,10
@@
define Build/Prepare
$(Build/Patch)
endef
$(Build/Patch)
endef
-BUILDFLAGS= \
+BUILDFLAGS = \
+ CONFIG_MAC80211_DEBUGFS=$(CONFIG_PACKAGE_MAC80211_DEBUGFS)
+
+EXTRA_CFLAGS = \
$(if $(CONFIG_ATH_USER_REGD),-DATH_USER_REGD)
define Build/Compile
$(if $(CONFIG_ATH_USER_REGD),-DATH_USER_REGD)
define Build/Compile
@@
-51,7
+54,8
@@
define Build/Compile
SUBDIRS="$(DRV_PATH)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(KERNEL_CROSS)" \
SUBDIRS="$(DRV_PATH)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(KERNEL_CROSS)" \
- CC="$(TARGET_CC) -I$(STAGING_DIR)/usr/include/mac80211 $(BUILDFLAGS)"
+ CC="$(TARGET_CC) -I$(STAGING_DIR)/usr/include/mac80211 $(EXTRA_CFLAGS)" \
+ $(BUILDFLAGS)
endef
define KernelPackage/carl9170/install
endef
define KernelPackage/carl9170/install
This page took
0.034974 seconds
and
4
git commands to generate.