remove redundant LINUX_KARCH variables
authorNicolas Thill <nico@openwrt.org>
Mon, 21 Dec 2009 03:26:09 +0000 (03:26 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 21 Dec 2009 03:26:09 +0000 (03:26 +0000)
SVN-Revision: 18871

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

index 0d2963400fb7c572c20a7a277d454b82e2b2c622..b9f96422af501d86125701451f4aa7aa5cccaab6 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 35930bc2a9ceecf664e889ddc3cc8f3016b83bf6..8e2a8cdaa603453ad13211c7f84923a791baadd7 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 838955b91353e4ea8396c31158ce0bf38cb460fd..96b379f09d7351f542f9e9dddab0fdbf86aba5af 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 7bfe0b0d24cbad5761b30373763fd7a537f7ddb1..910dccde3cf80e79491d30d965f059f3cdc560d1 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 8f8f2c6b7e7661e7b98f9540883173948f8ee1f4..5b536adafb017d8566e2df6449065a111e41e8d6 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