[target] remove redundant LINUX_KARCH variables
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Dec 2009 03:26:09 +0000 (03:26 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 21 Dec 2009 03:26:09 +0000 (03:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18871 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/coldfire/Makefile
target/linux/mpc52xx/Makefile
target/linux/mpc83xx/Makefile
target/linux/ppc40x/Makefile
target/linux/ppc44x/Makefile

index 0d29634..b9f9642 100644 (file)
@@ -12,7 +12,6 @@ BOARDNAME:=Freescale Coldfire v4e
 FEATURES:=squashfs broken
 
 LINUX_VERSION:=2.6.25.20
-LINUX_KARCH:=m68k
 
 include $(INCLUDE_DIR)/target.mk
 
index 35930bc..8e2a8cd 100644 (file)
@@ -12,7 +12,6 @@ BOARDNAME:=Freescale MPC52xx
 FEATURES:=tgz ext2
 
 LINUX_VERSION:=2.6.30.10
-LINUX_KARCH:=powerpc
 
 include $(INCLUDE_DIR)/target.mk
 
index 838955b..96b379f 100644 (file)
@@ -12,7 +12,6 @@ BOARDNAME:=Freescale MPC83xx
 FEATURES:=tgz broken
 
 LINUX_VERSION:=2.6.30.10
-LINUX_KARCH:=powerpc
 
 include $(INCLUDE_DIR)/target.mk
 
index 7bfe0b0..910dccd 100644 (file)
@@ -13,7 +13,6 @@ FEATURES:=squashfs
 CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=405
 
 LINUX_VERSION:=2.6.30.10
-LINUX_KARCH:=powerpc
 
 include $(INCLUDE_DIR)/target.mk
 
index 8f8f2c6..5b536ad 100644 (file)
@@ -13,7 +13,6 @@ FEATURES:=squashfs
 CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440
 
 LINUX_VERSION:=2.6.30.10
-LINUX_KARCH:=powerpc
 
 include $(INCLUDE_DIR)/target.mk