1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 11:40:58 +03:00

[carl9170] carl9170 depends on usb

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19391 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2010-01-29 22:55:13 +00:00
parent 51323e9501
commit a99682826a

View File

@ -24,7 +24,7 @@ DRV_PATH:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/carl9170
define KernelPackage/carl9170
SUBMENU:=Wireless Drivers
TITLE:=Driver for Atheros AR9170 USB sticks
DEPENDS:=+kmod-mac80211 +kmod-ath
DEPENDS:=@USB_SUPPORT +kmod-mac80211 +kmod-ath +kmod-usb-core
URL:=http://www.kernel.org/pub/linux/kernel/people/chr/carl9170
FILES:=$(DRV_PATH)/carl9170usb.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,carl9170usb)