1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Move ueagle to the main kernel config since it is in stock kernel

Add Zydas ZD1211 driver, needs testing, closes #249
Change MTX-1 platform name for AU1000 in order to have a unique platform naming



git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3626 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2006-04-12 14:48:36 +00:00
parent b3e2848f83
commit dc96101958
8 changed files with 70 additions and 7 deletions

View File

@@ -619,7 +619,7 @@ config BR2_PACKAGE_KMOD_USB
config BR2_PACKAGE_KMOD_USB_UHCI
prompt "kmod-usb-uhci................... Support for UHCI controllers"
tristate
default n if BR2_LINUX_2_6_MTX-1
default n if BR2_LINUX_2_6_AU1000
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 n if BR2_LINUX_2_6_MTX-1
default n if BR2_LINUX_2_6_AU1000
depends BR2_PACKAGE_KMOD_USB
select BR2_PACKAGE_KMOD_USB_CONTROLLER