diff options
| author | Piotr Dymacz | 2020-08-16 15:46:20 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2020-09-27 23:28:37 +0000 |
| commit | 7f96cbd2a11a382a940ecdfc75d45bad44283414 (patch) | |
| tree | 351e98f2ad8b047ddc7ff97ae72cb8565d8831ab | |
| parent | b329bb94566700316588fb0d5b174f64c4461201 (diff) | |
| download | openwrt-7f96cbd2a11a382a940ecdfc75d45bad44283414.tar.gz | |
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 |