mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-28 06:50:38 +00:00
Add USB3 kmods to the default package list, USB3 correctly works on IPQ95xx hence it can be enabled. While at it drop the NSS-DP as it was added by mistake as the ethrnet platform is handled differently on this SoC with pending upstream drivers. Link: https://github.com/openwrt/openwrt/pull/17788 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
21 lines
486 B
Makefile
21 lines
486 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=qualcommbe
|
|
BOARDNAME:=Qualcomm Atheros 802.11be WiSoC-s
|
|
FEATURES:=squashfs ramdisk fpu nand rtc emmc source-only
|
|
KERNELNAME:=Image
|
|
CPU_TYPE:=cortex-a53
|
|
SUBTARGETS:=ipq95xx
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
wpad-basic-mbedtls uboot-envtools \
|
|
e2fsprogs kmod-fs-ext4 losetup
|
|
|
|
$(eval $(call BuildTarget))
|