1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 05:57:32 +02:00

Change package name

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5768 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-12-12 12:56:00 +00:00
parent 01c26b5b78
commit c1cc1db083
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))