1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 13:19:52 +03:00

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
This commit is contained in:
nbd 2007-07-09 00:19:13 +00:00
parent af7fc344c8
commit 47260b44fb

View 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