mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 15:03:07 +00:00
5b4a081f47
Since 24.10.0 the Linux kernel needs this to enable the USB stack on
Cavium Octeon platforms with DesignWare Core USB3 IP.
Issue: https://github.com/openwrt/openwrt/issues/17195
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Link: https://github.com/openwrt/openwrt/pull/17393
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 0cba20f082
)
24 lines
462 B
Makefile
24 lines
462 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mips64
|
|
BOARD:=octeon
|
|
BOARDNAME:=Cavium Networks Octeon
|
|
FEATURES:=squashfs ramdisk pci usb
|
|
CPU_TYPE:=octeonplus
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
define Target/Description
|
|
Build firmware images for Cavium Networks Octeon-based boards.
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += mkf2fs e2fsprogs kmod-usb-dwc3-octeon
|
|
|
|
$(eval $(call BuildTarget))
|