diff options
author | John Crispin <blogic@openwrt.org> | 2007-07-08 19:16:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-07-08 19:16:02 +0000 |
commit | 84870d0e29deb12b776dd104648cd9faf6c9b08f (patch) | |
tree | 2c778ab162ae6190cd709001343f645165d3f0db /target/linux/x86-2.6/profiles/s100.mk | |
parent | c89087650d09814a38453478c8b3b1db59e3aac2 (diff) | |
download | upstream-84870d0e29deb12b776dd104648cd9faf6c9b08f.tar.gz upstream-84870d0e29deb12b776dd104648cd9faf6c9b08f.tar.bz2 upstream-84870d0e29deb12b776dd104648cd9faf6c9b08f.zip |
some updates for s100
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7891 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6/profiles/s100.mk')
-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 31826d399f..664023c9b4 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 |