projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Forgot to make i2c driver depend on i2c bit banging algorithm
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
config
diff --git
a/target/linux/brcm-2.4/config
b/target/linux/brcm-2.4/config
index
57e0c56
..
8ac37b1
100644
(file)
--- a/
target/linux/brcm-2.4/config
+++ b/
target/linux/brcm-2.4/config
@@
-1070,7
+1070,7
@@
CONFIG_EXT3_FS=m
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=m
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=m
-# CONFIG_MSDOS_FS is not set
+CONFIG_MSDOS_FS=m
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
@@
-1296,7
+1296,7
@@
CONFIG_USB_DEVICEFS=y
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
-# CONFIG_USB_UHCI is not set
+CONFIG_USB_UHCI=m
CONFIG_USB_UHCI_ALT=m
CONFIG_USB_OHCI=m
CONFIG_USB_UHCI_ALT=m
CONFIG_USB_OHCI=m
This page took
0.020663 seconds
and
4
git commands to generate.