summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-09 00:19:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-09 00:19:13 +0000
commit47260b44fb7ac5bed137d9ada742b80ce23b2fc8 (patch)
tree49f43782ba29e0a6899be38d7a3889122cbafbe2 /target
parentaf7fc344c8cd92797809eebf8b41d49c350111b9 (diff)
remove ARCH:=i686 from s100 profile - the build system can't handle that properly yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86-2.6/profiles/s100.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/profiles/s100.mk b/target/linux/x86-2.6/profiles/s100.mk
index 664023c9b..61d4706de 100644
--- a/target/linux/x86-2.6/profiles/s100.mk
+++ b/target/linux/x86-2.6/profiles/s100.mk
@@ -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