1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

remove ARCH:=i686 from s100 profile - the build system can't handle that properly yet

SVN-Revision: 7893
This commit is contained in:
Felix Fietkau 2007-07-09 00:19:13 +00:00
parent 0e387805fb
commit 5ac6d7263c

@ -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