projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
explicitely disable a bunch of package on ar7 until we properly detect pci & usb...
[openwrt.git]
/
package
/
mac80211
/
Makefile
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index
9370b1d
..
749c8c1
100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-19,6
+19,8
@@
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
+# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets
+
define KernelPackage/mac80211
SUBMENU:=Wireless Drivers
TITLE:=Linux 802.11 Wireless Networking Stack
define KernelPackage/mac80211
SUBMENU:=Wireless Drivers
TITLE:=Linux 802.11 Wireless Networking Stack
@@
-54,7
+56,7
@@
$(eval $(call Download,rt71w))
define KernelPackage/rt2x00/Default
SUBMENU:=Wireless Drivers
TITLE:=Ralink Drivers for RT2x00 cards
define KernelPackage/rt2x00/Default
SUBMENU:=Wireless Drivers
TITLE:=Ralink Drivers for RT2x00 cards
- DEPENDS:=@LINUX_2_6_24 @!TARGET_atheros @!TARGET_uml
+ DEPENDS:=@LINUX_2_6_24 @!TARGET_a
r7 @!TARGET_a
theros @!TARGET_uml
endef
define KernelPackage/rt2x00-lib
endef
define KernelPackage/rt2x00-lib
This page took
0.022992 seconds
and
4
git commands to generate.