aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt2570
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-12 12:56:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-12 12:56:00 +0000
commit89167180b80ea47d5a47b67d2b9cdcd431ae6377 (patch)
tree3d43e2dea2175a2cfc26562b0b72063bc159e673 /package/rt2570
parent6f30f6586f3b779f5967f16ec189206b3dc2adb8 (diff)
downloadupstream-89167180b80ea47d5a47b67d2b9cdcd431ae6377.tar.gz
upstream-89167180b80ea47d5a47b67d2b9cdcd431ae6377.tar.bz2
upstream-89167180b80ea47d5a47b67d2b9cdcd431ae6377.zip
Change package name
SVN-Revision: 5768
Diffstat (limited to 'package/rt2570')
-rw-r--r--package/rt2570/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile
index db7351eb0e..11ccfc9ae7 100644
--- a/package/rt2570/Makefile
+++ b/package/rt2570/Makefile
@@ -41,7 +41,7 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" \
PWD="$(PKG_BUILD_DIR)/Module" \
KERNDIR="$(LINUX_DIR)" \
- PATCHLEVEL=" $(patsubst 2.%,%,$(KERNEL))"
+ PATCHLEVEL="$(patsubst 2.%,%,$(KERNEL))"
endef
$(eval $(call KernelPackage,rt2570))