remove ARCH:=i686 from s100 profile - the build system can't handle that properly yet
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Jul 2007 00:19:13 +0000 (00:19 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 9 Jul 2007 00:19:13 +0000 (00:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7893 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/x86-2.6/profiles/s100.mk

index 664023c..61d4706 100644 (file)
@@ -8,7 +8,6 @@
 define Profile/s100
   NAME:=T-Vision S-100
   PACKAGES:=pciutils
-  ARCH:=i686
   LINUX_CONFIG:=$(CURDIR)/config/profile-s100
   FEATURES+=usb
 endef