projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include .pkginfo in image builder
[openwrt.git]
/
package
/
rt61
/
Makefile
diff --git
a/package/rt61/Makefile
b/package/rt61/Makefile
index
6147ac9
..
0656cf4
100644
(file)
--- a/
package/rt61/Makefile
+++ b/
package/rt61/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/rt61
SUBMENU:=Wireless Drivers
TITLE:=Driver for ralink MiMo pci chipsets
define KernelPackage/rt61
SUBMENU:=Wireless Drivers
TITLE:=Driver for ralink MiMo pci chipsets
- DEPENDS:=@
USB
_SUPPORT +wireless-tools
+ DEPENDS:=@
LINUX_2_4 @PCI
_SUPPORT +wireless-tools
DESCRIPTION:=\
This package contains a driver for ralink rt61xx pci chipsets.
URL:=http://rt2x00.serialmonkey.com/
DESCRIPTION:=\
This package contains a driver for ralink rt61xx pci chipsets.
URL:=http://rt2x00.serialmonkey.com/
@@
-34,11
+34,13
@@
define KernelPackage/rt61
AUTOLOAD:=$(call AutoLoad,50,rt61)
endef
AUTOLOAD:=$(call AutoLoad,50,rt61)
endef
+LINUX_PATCHLEVEL:=$(shell echo "$(LINUX_VERSION)" | cut -d. -f2)
+
define Build/Compile
$(MAKE) -C $(LINUX_DIR) \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
define Build/Compile
$(MAKE) -C $(LINUX_DIR) \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
- PATCHLEVEL="$(LINUX_
VERSION
)" \
+ PATCHLEVEL="$(LINUX_
PATCHLEVEL
)" \
KERNDIR="$(LINUX_DIR)" \
SUBDIRS="$(PKG_BUILD_DIR)/Module" \
modules
KERNDIR="$(LINUX_DIR)" \
SUBDIRS="$(PKG_BUILD_DIR)/Module" \
modules
This page took
0.024478 seconds
and
4
git commands to generate.