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)) diff --git a/package/rt2x00/Makefile b/package/rt61/Makefile similarity index 100% rename from package/rt2x00/Makefile rename to package/rt61/Makefile diff --git a/package/rt2x00/files/rt2x00.modules b/package/rt61/files/rt2x00.modules similarity index 100% rename from package/rt2x00/files/rt2x00.modules rename to package/rt61/files/rt2x00.modules