projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disable crash logging for uml, it cannot possibly work there anyway
[openwrt.git]
/
target
/
Config.in
diff --git
a/target/Config.in
b/target/Config.in
index
f5aa043
..
48fd827
100644
(file)
--- a/
target/Config.in
+++ b/
target/Config.in
@@
-11,6
+11,9
@@
config LINUX_2_6
config HAS_FPU
bool
config HAS_FPU
bool
+config AUDIO_SUPPORT
+ bool
+
config DISPLAY_SUPPORT
bool
config DISPLAY_SUPPORT
bool
@@
-18,6
+21,7
@@
config GPIO_SUPPORT
bool
config PCI_SUPPORT
bool
config PCI_SUPPORT
+ select AUDIO_SUPPORT
bool
config PCIE_SUPPORT
bool
config PCIE_SUPPORT
@@
-27,6
+31,7
@@
config PCMCIA_SUPPORT
bool
config USB_SUPPORT
bool
config USB_SUPPORT
+ select AUDIO_SUPPORT
bool
config BIG_ENDIAN
bool
config BIG_ENDIAN
@@
-44,7
+49,7
@@
config USES_JFFS2
config USES_EXT2
bool
config USES_EXT2
bool
-config USES_TGZ
+config USES_T
AR
GZ
bool
config USES_CPIOGZ
bool
config USES_CPIOGZ
This page took
0.025305 seconds
and
4
git commands to generate.