diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-29 12:22:53 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-29 12:22:53 +0000 |
commit | ca341a66db5ca390f55901056cb08c8e3435cba4 (patch) | |
tree | a7344271a9ca4532e5f302cbd5ec7c4305e8b3a3 /package/mac80211 | |
parent | 24168b91595c0c5a9420c348c4c16e727e1aaa81 (diff) |
[package] remove references to 2_6_27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 2fe2bfbe22..d3f81365af 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -356,7 +356,7 @@ define KernelPackage/ar9170 $(call KernelPackage/mac80211/Default) TITLE:=Atheros AR9170 802.11n USB support URL:=http://wireless.kernel.org/en/users/Drivers/ar9170 - DEPENDS+= @USB_SUPPORT @!LINUX_2_6_25 @!LINUX_2_6_27 +kmod-ath +kmod-usb-core + DEPENDS+= @USB_SUPPORT @!LINUX_2_6_25 +kmod-ath +kmod-usb-core FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ar9170/ar9170usb.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,27,ar9170usb) endef |