mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 16:42:47 +00:00
make ralink legacy drivers depend on linux 2.4 - linux 2.6 will use the stuff from wireless-dev later
SVN-Revision: 5960
This commit is contained in:
parent
f85b032709
commit
0d0cb7bf9c
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user