projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e38780
)
remove ARCH:=i686 from s100 profile - the build system can't handle that properly yet
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jul 2007 00:19:13 +0000
(
00:19
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jul 2007 00:19:13 +0000
(
00:19
+0000)
SVN-Revision: 7893
target/linux/x86-2.6/profiles/s100.mk
patch
|
blob
|
history
diff --git
a/target/linux/x86-2.6/profiles/s100.mk
b/target/linux/x86-2.6/profiles/s100.mk
index 664023c9b46b06b08af44d4a4bfaa722cfaa63ff..61d4706de5f57e6e4e7635fa5fa786708f5b9e04 100644
(file)
--- 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