mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
4295485719
Boot tested on Raspberry Pi B+ (BCM2708) and Raspberry Pi 2 (BCM2709) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
23 lines
678 B
Diff
23 lines
678 B
Diff
From 31ddd6caf3ac6c77b6b2e30acc2551c8597a969b Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Tue, 2 Jul 2019 21:25:59 +0100
|
|
Subject: [PATCH 686/703] configs: Enable USB_CONFIGFS=m in bcmrpi_defconfig
|
|
|
|
See: https://github.com/raspberrypi/linux/issues/3042
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
---
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -1150,6 +1150,7 @@ CONFIG_USB_CXACRU=m
|
|
CONFIG_USB_UEAGLEATM=m
|
|
CONFIG_USB_XUSBATM=m
|
|
CONFIG_USB_GADGET=m
|
|
+CONFIG_USB_CONFIGFS=m
|
|
CONFIG_USB_ZERO=m
|
|
CONFIG_USB_AUDIO=m
|
|
CONFIG_USB_ETH=m
|