projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c661f
)
add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper introduc...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 21 Dec 2008 02:42:10 +0000
(
02:42
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 21 Dec 2008 02:42:10 +0000
(
02:42
+0000)
SVN-Revision: 13705
package/libertas/Makefile
patch
|
blob
|
history
diff --git
a/package/libertas/Makefile
b/package/libertas/Makefile
index decf8c4f5b18b2a0d85ecaaeddddabbb470a4df7..1641abeeb656e381e5c6992ed2c680c7a43ce3c0 100644
(file)
--- a/
package/libertas/Makefile
+++ b/
package/libertas/Makefile
@@
-14,9
+14,10
@@
PKG_RELEASE:=1
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
+ DEPENDS:=+kmod-ieee80211
@LINUX_2_6_26 @LINUX_2_6_27 @LINUX_2_6_28
TITLE:=Marvell 88W8015 Wireless Driver
FILES:= \
$(PKG_BUILD_DIR)/libertas.$(LINUX_KMOD_SUFFIX) \