aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt61
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-06 18:48:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-06 18:48:58 +0000
commit560411655b301b4d7843fbf465f1471823993ea4 (patch)
treedf2fdfab1acf4ffa3e76a326cc0e7bcc6373a228 /package/rt61
parent30af9662132004df9dfd687ed1386770334c7078 (diff)
downloadupstream-560411655b301b4d7843fbf465f1471823993ea4.tar.gz
upstream-560411655b301b4d7843fbf465f1471823993ea4.tar.bz2
upstream-560411655b301b4d7843fbf465f1471823993ea4.zip
More rdc-2.6 fixes by Daniel Gimpelevich, thanks !
SVN-Revision: 8355
Diffstat (limited to 'package/rt61')
-rw-r--r--package/rt61/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile
index 228cd86a24..c0878c397e 100644
--- a/package/rt61/Makefile
+++ b/package/rt61/Makefile
@@ -34,7 +34,7 @@ endef
define KernelPackage/rt61/install
mkdir -p $(1)/lib/firmware
- $(CP) -L $(PKG_BUILD_DIR)/Module/rt2*.bin $(1)/lib/firmware
+ $(CP) -L $(PKG_BUILD_DIR)/Module/rt2?61*.bin $(1)/lib/firmware
endef
LINUX_PATCHLEVEL:=$(shell echo "$(LINUX_VERSION)" | cut -d. -f2)