remove ARCH:=i686 from s100 profile - the build system can't handle that properly yet
[openwrt-10.03/.git] / target / linux / x86-2.6 / profiles / s100.mk
index 31826d399ffaaa245b201f7b013c2dbf1cc0b5bb..61d4706de5f57e6e4e7635fa5fa786708f5b9e04 100644 (file)
@@ -7,8 +7,9 @@
 
 define Profile/s100
   NAME:=T-Vision S-100
-  PACKAGES:=pciutils usbutils vim kmod-usb-uhci kmod-usb2 kmod-soundcore
-  ARCH:=i686
+  PACKAGES:=pciutils
+  LINUX_CONFIG:=$(CURDIR)/config/profile-s100
+  FEATURES+=usb
 endef
 
 define Profile/s100/Description