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 | 5ac6d7263c90d8b9e808eb9423eca0c773828449 (patch) | |
tree | 4c29b7a88cd8ab159ef87f681e3d73d49a3f9e47 /target/linux | |
parent | 0e387805fbb995d12a6c71337f8873ec61326876 (diff) | |
download | mtk-20170518-5ac6d7263c90d8b9e808eb9423eca0c773828449.zip mtk-20170518-5ac6d7263c90d8b9e808eb9423eca0c773828449.tar.gz mtk-20170518-5ac6d7263c90d8b9e808eb9423eca0c773828449.tar.bz2 |
remove ARCH:=i686 from s100 profile - the build system can't handle that properly yet
SVN-Revision: 7893
Diffstat (limited to 'target/linux')
-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 664023c..61d4706 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 |