From 17c7b6c3fdc48301e50d22cc6138ede16bd1be24 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 6 Sep 2007 16:27:37 +0000 Subject: strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX__ becomes CONFIG_TARGET_, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ixp4xx-2.6/patches/900-no_loader_workaround.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 target/linux/ixp4xx-2.6/patches/900-no_loader_workaround.patch (limited to 'target/linux/ixp4xx-2.6/patches/900-no_loader_workaround.patch') diff --git a/target/linux/ixp4xx-2.6/patches/900-no_loader_workaround.patch b/target/linux/ixp4xx-2.6/patches/900-no_loader_workaround.patch deleted file mode 100644 index f84f15b09..000000000 --- a/target/linux/ixp4xx-2.6/patches/900-no_loader_workaround.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Nur linux-2.6.19/arch/arm/boot/compressed/head-xscale.S linux-2.6.19-owrt/arch/arm/boot/compressed/head-xscale.S ---- linux-2.6.19/arch/arm/boot/compressed/head-xscale.S 2006-12-19 12:56:21.000000000 +0100 -+++ linux-2.6.19-owrt/arch/arm/boot/compressed/head-xscale.S 2006-12-19 12:58:15.000000000 +0100 -@@ -41,6 +41,7 @@ - mov r7, #MACH_TYPE_COTULLA_IDP - #endif - -+/* let the arm-magic.sh script do the dirty work - #ifdef CONFIG_MACH_GTWX5715 - mov r7, #(MACH_TYPE_GTWX5715 & 0xff) - orr r7, r7, #(MACH_TYPE_GTWX5715 & 0xff00) -@@ -50,6 +51,7 @@ - mov r7, #(MACH_TYPE_GATEWAY7001 & 0xff) - orr r7, r7, #(MACH_TYPE_GATEWAY7001 & 0xff00) - #endif -+ */ - - #ifdef CONFIG_ARCH_IXP2000 - mov r1, #-1 -- cgit v1.2.3