From 89167180b80ea47d5a47b67d2b9cdcd431ae6377 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 12 Dec 2006 12:56:00 +0000 Subject: [PATCH] Change package name SVN-Revision: 5768 --- package/rt2570/Makefile | 2 +- package/{rt2x00 => rt61}/Makefile | 0 package/{rt2x00 => rt61}/files/rt2x00.modules | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename package/{rt2x00 => rt61}/Makefile (100%) rename package/{rt2x00 => rt61}/files/rt2x00.modules (100%) 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 -- 2.25.1