summaryrefslogtreecommitdiffstats
path: root/package/rt61/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-07 23:29:43 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-07 23:29:43 +0000
commit96a7a82e57cfdd297a059f0b1658908b9cce2e7d (patch)
tree4b02cee1f1d22c24ebe5a70e112e6aefda10ad51 /package/rt61/Makefile
parent45e49953d0d70287b0de1d7a248d35b16a7702ef (diff)
fix rt61 build on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6022 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt61/Makefile')
-rw-r--r--package/rt61/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile
index d685119b6..0656cf4c4 100644
--- 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
- DEPENDS:=@LINUX_2_4 @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/
@@ -34,11 +34,13 @@ define KernelPackage/rt61
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)" \
- PATCHLEVEL="$(LINUX_VERSION)" \
+ PATCHLEVEL="$(LINUX_PATCHLEVEL)" \
KERNDIR="$(LINUX_DIR)" \
SUBDIRS="$(PKG_BUILD_DIR)/Module" \
modules