diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-06 10:47:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-06 10:47:51 +0000 |
commit | 8442f955381076087938721789c37d7c998eba15 (patch) | |
tree | e93e1b14bcf1b767227dc387a840f65b0ffcca23 /package | |
parent | abdd1e897d54882b213a29bd72a2694e9b210b7d (diff) | |
download | upstream-8442f955381076087938721789c37d7c998eba15.tar.gz upstream-8442f955381076087938721789c37d7c998eba15.tar.bz2 upstream-8442f955381076087938721789c37d7c998eba15.zip |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/rt2500/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2500/Makefile b/package/rt2500/Makefile index b5b6074daf..76d92ca170 100644 --- a/package/rt2500/Makefile +++ b/package/rt2500/Makefile @@ -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) |