Change package name

SVN-Revision: 5768
This commit is contained in:
Florian Fainelli 2006-12-12 12:56:00 +00:00
parent 6f30f6586f
commit 89167180b8
3 changed files with 1 additions and 1 deletions

View File

@ -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))