Change package name
SVN-Revision: 5768
This commit is contained in:
parent
6f30f6586f
commit
89167180b8
3 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ define Build/Compile
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
PWD="$(PKG_BUILD_DIR)/Module" \
|
PWD="$(PKG_BUILD_DIR)/Module" \
|
||||||
KERNDIR="$(LINUX_DIR)" \
|
KERNDIR="$(LINUX_DIR)" \
|
||||||
PATCHLEVEL=" $(patsubst 2.%,%,$(KERNEL))"
|
PATCHLEVEL="$(patsubst 2.%,%,$(KERNEL))"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,rt2570))
|
$(eval $(call KernelPackage,rt2570))
|
||||||
|
|
Loading…
Reference in a new issue