mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-07 07:03:49 +00:00
add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper introduced in 2.6.26
SVN-Revision: 13705
This commit is contained in:
parent
48c661f867
commit
f8dd7ca92f
@ -14,9 +14,10 @@ PKG_RELEASE:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
# XXX: current version needs 'get_unaligned_le16' helper introduced in 2.6.26
|
||||||
define KernelPackage/libertas
|
define KernelPackage/libertas
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
DEPENDS:=+kmod-ieee80211
|
DEPENDS:=+kmod-ieee80211 @LINUX_2_6_26 @LINUX_2_6_27 @LINUX_2_6_28
|
||||||
TITLE:=Marvell 88W8015 Wireless Driver
|
TITLE:=Marvell 88W8015 Wireless Driver
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/libertas.$(LINUX_KMOD_SUFFIX) \
|
$(PKG_BUILD_DIR)/libertas.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
Loading…
Reference in New Issue
Block a user