mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[adm8668] enable and advertise USB support
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34562 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
ARCH:=mipsel
|
||||
BOARD:=adm8668
|
||||
BOARDNAME:=Infineon WildPass ADM8668
|
||||
FEATURES:=squashfs
|
||||
FEATURES:=squashfs usb pci
|
||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||
|
||||
LINUX_VERSION:=3.3.8
|
||||
|
||||
@@ -94,5 +94,9 @@ CONFIG_TULIP_NAPI=y
|
||||
# CONFIG_TULIP_PCI is not set
|
||||
CONFIG_TULIP_PLATFORM=y
|
||||
# CONFIG_ULI526X is not set
|
||||
CONFIG_USB_ARCH_HAS_XHCI=y
|
||||
# CONFIG_USB_HCD_BCMA is not set
|
||||
# CONFIG_USB_HCD_SSB is not set
|
||||
CONFIG_USB_SUPPORT=y
|
||||
# CONFIG_WINBOND_840 is not set
|
||||
CONFIG_ZONE_DMA_FLAG=0
|
||||
|
||||
Reference in New Issue
Block a user