[openwrt/openwrt] ath79: enable usbgadget feature

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 27 19:30:21 EDT 2020


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7f96cbd2a11a382a940ecdfc75d45bad44283414

commit 7f96cbd2a11a382a940ecdfc75d45bad44283414
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Sun Aug 16 17:46:20 2020 +0200

    ath79: enable usbgadget feature
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/ath79/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
index 529d609457..e074cde8ce 100644
--- a/target/linux/ath79/Makefile
+++ b/target/linux/ath79/Makefile
@@ -6,7 +6,7 @@ BOARDNAME:=Atheros ATH79
 CPU_TYPE:=24kc
 SUBTARGETS:=generic mikrotik nand tiny
 
-FEATURES:=ramdisk
+FEATURES:=ramdisk usbgadget
 
 KERNEL_PATCHVER:=5.4
 KERNEL_TESTING_PATCHVER:=5.4



More information about the lede-commits mailing list