From: nbd Date: Mon, 1 Jan 2007 23:23:45 +0000 (+0000) Subject: make ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the stuff from... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=794600e96cd08881e85bc483177e9c1ba54d0822 make ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the stuff from wireless-dev later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5960 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/rt2500/Makefile b/package/rt2500/Makefile index ca1b837be..aa3cc80ee 100644 --- a/package/rt2500/Makefile +++ b/package/rt2500/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/rt2500 SUBMENU:=Wireless Drivers TITLE:=Driver for ralink pci wireless chipsets - DEPENDS:=@USB_SUPPORT +wireless-tools + DEPENDS:=@LINUX_2_4 @USB_SUPPORT +wireless-tools DESCRIPTION:=\ This package contains a driver for ralink rt2500 pci chipsets. URL:=http://rt2x00.serialmonkey.com/ diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile index 57b3cec2f..73be4dd1b 100644 --- a/package/rt2570/Makefile +++ b/package/rt2570/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/rt2570 SUBMENU:=Wireless Drivers TITLE:=Driver for ralink usb wireless chipsets - DEPENDS:=@USB_SUPPORT +wireless-tools + DEPENDS:=@LINUX_2_4 @USB_SUPPORT +wireless-tools DESCRIPTION:=\ This package contains a driver for ralink rt2570 usb chipsets. URL:=http://rt2x00.serialmonkey.com/ diff --git a/package/rt61/Makefile b/package/rt61/Makefile index 6147ac911..d685119b6 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:=@USB_SUPPORT +wireless-tools + DEPENDS:=@LINUX_2_4 @USB_SUPPORT +wireless-tools DESCRIPTION:=\ This package contains a driver for ralink rt61xx pci chipsets. URL:=http://rt2x00.serialmonkey.com/