mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Disable UCHI/EHCI USB it is not available in the MTX-1 board. Add a sample base-files bridging eth0 with ath0.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3615 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -616,10 +616,10 @@ config BR2_PACKAGE_KMOD_USB
|
||||
default n if BR2_LINUX_2_4_AR531X
|
||||
default m
|
||||
|
||||
config BR2_PACKAGE_KMOD_USB_UHCI
|
||||
config BR2_PACKAGE_KMOD_USB_UHCI
|
||||
prompt "kmod-usb-uhci................... Support for UHCI controllers"
|
||||
tristate
|
||||
default m
|
||||
default n if BR2_LINUX_2_6_MTX-1
|
||||
depends BR2_PACKAGE_KMOD_USB
|
||||
select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
||||
|
||||
@@ -633,7 +633,7 @@ config BR2_PACKAGE_KMOD_USB_OHCI
|
||||
config BR2_PACKAGE_KMOD_USB2
|
||||
prompt "kmod-usb2....................... Support for USB 2.0 controllers"
|
||||
tristate
|
||||
default m
|
||||
default n if BR2_LINUX_2_6_MTX-1
|
||||
depends BR2_PACKAGE_KMOD_USB
|
||||
select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user