projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the value of ac_cv_sizeof_off_t in the sitefiles (reported by crazy_imp)
[openwrt.git]
/
target
/
linux
/
ixp4xx-2.6
/
config
/
default
diff --git
a/target/linux/ixp4xx-2.6/config/default
b/target/linux/ixp4xx-2.6/config/default
index
5b29ffa
..
8c8196c
100644
(file)
--- a/
target/linux/ixp4xx-2.6/config/default
+++ b/
target/linux/ixp4xx-2.6/config/default
@@
-464,14
+464,15
@@
CONFIG_UID16=y
# CONFIG_USBPCWATCHDOG is not set
CONFIG_USB_BANDWIDTH=y
CONFIG_USB_EHCI_HCD=m
# CONFIG_USBPCWATCHDOG is not set
CONFIG_USB_BANDWIDTH=y
CONFIG_USB_EHCI_HCD=m
-# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
-# CONFIG_USB_EHCI_SPLIT_ISO is not set
-# CONFIG_USB_EHCI_TT_NEWSCHED is not set
+CONFIG_USB_EHCI_ROOT_HUB_TT=y
+CONFIG_USB_EHCI_SPLIT_ISO=y
+CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_GTCO is not set
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
CONFIG_VECTORS_BASE=0xffff0000
# CONFIG_VIA_RHINE is not set
# CONFIG_USB_GTCO is not set
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
CONFIG_VECTORS_BASE=0xffff0000
# CONFIG_VIA_RHINE is not set
+CONFIG_VIA_VELOCITY=m
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_WAN=y
# CONFIG_WANXL is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_WAN=y
# CONFIG_WANXL is not set
This page took
0.024046 seconds
and
4
git commands to generate.