diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2020-08-16 17:46:20 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2020-09-28 01:28:37 +0200 |
commit | 7f96cbd2a11a382a940ecdfc75d45bad44283414 (patch) | |
tree | 351e98f2ad8b047ddc7ff97ae72cb8565d8831ab | |
parent | b329bb94566700316588fb0d5b174f64c4461201 (diff) | |
download | upstream-7f96cbd2a11a382a940ecdfc75d45bad44283414.tar.gz upstream-7f96cbd2a11a382a940ecdfc75d45bad44283414.tar.bz2 upstream-7f96cbd2a11a382a940ecdfc75d45bad44283414.zip |
ath79: enable usbgadget feature
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
-rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |