mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10741 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7a3b336590
commit
44a16077e5
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define KernelPackage/rt2500
|
||||
SUBMENU:=Wireless Drivers
|
||||
TITLE:=Driver for Ralink RT2500 pci wireless chipsets
|
||||
DEPENDS:=!@LINUX_2_6_24 @!BIG_ENDIAN @USB_SUPPORT +wireless-tools
|
||||
DEPENDS:=@!LINUX_2_6_24 @!BIG_ENDIAN @USB_SUPPORT +wireless-tools
|
||||
URL:=http://rt2x00.serialmonkey.com/
|
||||
FILES:=$(PKG_BUILD_DIR)/Module/rt2500.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,rt2500)
|
||||
|
Loading…
Reference in New Issue
Block a user