diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-21 03:28:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-21 03:28:35 +0000 |
commit | 9da77a9cd7c81ae66e330fd5b3fe7be4354b9925 (patch) | |
tree | b48774153b2411db0e8950e6147dd9b68c58ff2e /target/linux/olpc | |
parent | 115fa2f5659cc42f67d7f841f5e5f1ab0247d677 (diff) | |
download | master-187ad058-9da77a9cd7c81ae66e330fd5b3fe7be4354b9925.tar.gz master-187ad058-9da77a9cd7c81ae66e330fd5b3fe7be4354b9925.tar.bz2 master-187ad058-9da77a9cd7c81ae66e330fd5b3fe7be4354b9925.zip |
[target] stay coherent when defining ARCH
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/olpc')
-rw-r--r-- | target/linux/olpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile index 7c1d65ec96..2f756290cf 100644 --- a/target/linux/olpc/Makefile +++ b/target/linux/olpc/Makefile @@ -6,7 +6,7 @@ # include $(TOPDIR)/rules.mk -ARCH=i386 +ARCH:=i386 BOARD:=olpc BOARDNAME:=OLPC XO-1 FEATURES:=squashfs ext2 |