projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow target specific builddir list override
[openwrt.git]
/
target
/
linux
/
x86-2.6
/
profiles
/
s100.mk
diff --git
a/target/linux/x86-2.6/profiles/s100.mk
b/target/linux/x86-2.6/profiles/s100.mk
index
31826d3
..
839edcd
100644
(file)
--- a/
target/linux/x86-2.6/profiles/s100.mk
+++ b/
target/linux/x86-2.6/profiles/s100.mk
@@
-7,8
+7,8
@@
define Profile/s100
NAME:=T-Vision S-100
- PACKAGES:=pciutils usbutils vim kmod-usb-uhci kmod-usb2 kmod-soundcore
- ARCH:=i686
+ LINUX_CONFIG:=$(CURDIR)/config/profile-s100
+ FEATURES+=usb
endef
define Profile/s100/Description
This page took
0.022433 seconds
and
4
git commands to generate.