mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 23:43:42 +02:00
[package/mac80211]: tune ath dependencies - carl9170 can be used on targets with usb but without pci
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24893 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
441ac131a2
commit
6062e7c069
@ -401,7 +401,7 @@ endef
|
|||||||
define KernelPackage/ath
|
define KernelPackage/ath
|
||||||
$(call KernelPackage/mac80211/Default)
|
$(call KernelPackage/mac80211/Default)
|
||||||
TITLE:=Atheros common driver part
|
TITLE:=Atheros common driver part
|
||||||
DEPENDS+= @PCI_SUPPORT +kmod-mac80211
|
DEPENDS+= @PCI_SUPPORT||@USB_SUPPORT +kmod-mac80211
|
||||||
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath.ko
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,26,ath)
|
AUTOLOAD:=$(call AutoLoad,26,ath)
|
||||||
MENU:=1
|
MENU:=1
|
||||||
@ -415,7 +415,7 @@ define KernelPackage/ath5k
|
|||||||
$(call KernelPackage/mac80211/Default)
|
$(call KernelPackage/mac80211/Default)
|
||||||
TITLE:=Atheros 5xxx wireless cards support
|
TITLE:=Atheros 5xxx wireless cards support
|
||||||
URL:=http://linuxwireless.org/en/users/Drivers/ath5k
|
URL:=http://linuxwireless.org/en/users/Drivers/ath5k
|
||||||
DEPENDS+= +kmod-ath
|
DEPENDS+= @PCI_SUPPORT||@TARGET_atheros +kmod-ath
|
||||||
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath5k/ath5k.ko
|
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath5k/ath5k.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,27,ath5k)
|
AUTOLOAD:=$(call AutoLoad,27,ath5k)
|
||||||
endef
|
endef
|
||||||
@ -429,7 +429,7 @@ define KernelPackage/ath9k
|
|||||||
$(call KernelPackage/mac80211/Default)
|
$(call KernelPackage/mac80211/Default)
|
||||||
TITLE:=Atheros 802.11n wireless cards support
|
TITLE:=Atheros 802.11n wireless cards support
|
||||||
URL:=http://linuxwireless.org/en/users/Drivers/ath9k
|
URL:=http://linuxwireless.org/en/users/Drivers/ath9k
|
||||||
DEPENDS+= +kmod-ath
|
DEPENDS+= @PCI_SUPPORT +kmod-ath
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_common.ko \
|
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_common.ko \
|
||||||
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_hw.ko \
|
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_hw.ko \
|
||||||
|
Loading…
Reference in New Issue
Block a user