turn some of the kernel dependencies the other way around to make it easier to support new kernel.

SVN-Revision: 14783
This commit is contained in:
Hauke Mehrtens
2009-03-07 18:28:39 +00:00
parent 53c375c606
commit 5d57dbaeba
3 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
# XXX: current version needs 'get_unaligned_le16' helper introduced in 2.6.26
define KernelPackage/libertas
SUBMENU:=Other modules
DEPENDS:=+kmod-ieee80211 @LINUX_2_6_26 @LINUX_2_6_27 @LINUX_2_6_28
DEPENDS:=+kmod-ieee80211 @LINUX_2_6 @!LINUX_2_6_21||!LINUX_2_6_23||!LINUX_2_6_24||!LINUX_2_6_25
TITLE:=Marvell 88W8015 Wireless Driver
FILES:= \
$(PKG_BUILD_DIR)/libertas.$(LINUX_KMOD_SUFFIX) \