summaryrefslogtreecommitdiffstats
path: root/package/rt61
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-06 18:48:58 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-06 18:48:58 +0000
commitd03a2de5d32ab1af36d7a77ce4b2899e5f871bf0 (patch)
tree54474fee9ecf8a59d4a2bb4fd1922731b9f9830f /package/rt61
parent533b9e3bd42ae5392ac5eea3549e672419e02d76 (diff)
More rdc-2.6 fixes by Daniel Gimpelevich, thanks !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8355 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 228cd86a2..c0878c397 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)