diff options
author | John Crispin <john@openwrt.org> | 2007-07-08 19:16:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-07-08 19:16:02 +0000 |
commit | 3a88b0b94da4802ec84d4e7b511a275df86a7796 (patch) | |
tree | f168d9298bea5d5c279d6d57492706cdf9491082 /target/linux/x86-2.6/profiles | |
parent | 648cf7c524aa6e06214121cb7de77f240c4ae11a (diff) | |
download | mtk-20170518-3a88b0b94da4802ec84d4e7b511a275df86a7796.zip mtk-20170518-3a88b0b94da4802ec84d4e7b511a275df86a7796.tar.gz mtk-20170518-3a88b0b94da4802ec84d4e7b511a275df86a7796.tar.bz2 |
some updates for s100
SVN-Revision: 7891
Diffstat (limited to 'target/linux/x86-2.6/profiles')
-rw-r--r-- | target/linux/x86-2.6/profiles/s100.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/profiles/s100.mk b/target/linux/x86-2.6/profiles/s100.mk index 31826d3..664023c 100644 --- a/target/linux/x86-2.6/profiles/s100.mk +++ b/target/linux/x86-2.6/profiles/s100.mk @@ -7,8 +7,10 @@ define Profile/s100 NAME:=T-Vision S-100 - PACKAGES:=pciutils usbutils vim kmod-usb-uhci kmod-usb2 kmod-soundcore + PACKAGES:=pciutils ARCH:=i686 + LINUX_CONFIG:=$(CURDIR)/config/profile-s100 + FEATURES+=usb endef define Profile/s100/Description |