From c1cc1db0838296bf2d6350a4c7bec5e71d492a17 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 12 Dec 2006 12:56:00 +0000 Subject: [PATCH] Change package name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5768 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 db7351eb0..11ccfc9ae 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.20.1