diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-09 00:19:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-09 00:19:13 +0000 |
commit | 7fc7eee1a6ccefa6c6399a7e9f05e78582b498db (patch) | |
tree | 49f43782ba29e0a6899be38d7a3889122cbafbe2 /target/linux/x86-2.6/profiles | |
parent | a7e1a7ae99962e214348ef30f6c47b300d5d40c4 (diff) | |
download | upstream-7fc7eee1a6ccefa6c6399a7e9f05e78582b498db.tar.gz upstream-7fc7eee1a6ccefa6c6399a7e9f05e78582b498db.tar.bz2 upstream-7fc7eee1a6ccefa6c6399a7e9f05e78582b498db.zip |
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/linux/x86-2.6/profiles')
-rw-r--r-- | target/linux/x86-2.6/profiles/s100.mk | 1 |
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 664023c9b4..61d4706de5 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 |