mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-08 20:05:01 +00:00
sunxi: enable usbgadget feature
The USB of most sunxi devices works in otg or peripheral mode. Enable this feature to use usbgadget. Tested on OrangePi Zero3. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250221140105.250920-1-amadeus@jmu.edu.cn/ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
890293c13c
commit
9df4a88e60
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
ARCH:=arm
|
||||
BOARD:=sunxi
|
||||
BOARDNAME:=Allwinner ARM SoCs
|
||||
FEATURES:=usb ext4 display rootfs-part rtc squashfs
|
||||
FEATURES:=ext4 display rootfs-part rtc squashfs usb usbgadget
|
||||
SUBTARGETS:=cortexa8 cortexa7 cortexa53
|
||||
|
||||
KERNEL_PATCHVER:=6.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user