mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix RPI5 support
This commit is contained in:
parent
57beb2ec60
commit
3743692973
1017 changed files with 232368 additions and 4124 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
ARCH:=arm
|
||||
BOARD:=bcm27xx
|
||||
BOARDNAME:=Broadcom BCM27xx
|
||||
FEATURES:=audio boot-part display ext4 fpu gpio rootfs-part rtc squashfs usb usbgadget
|
||||
FEATURES:=audio boot-part display ext4 fpu gpio rootfs-part rtc squashfs usb usbgadget pci pcie
|
||||
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711 bcm2712
|
||||
|
||||
KERNEL_PATCHVER:=6.1
|
||||
|
@ -24,9 +24,9 @@ DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES))
|
|||
DEFAULT_PACKAGES += \
|
||||
bcm27xx-gpu-fw \
|
||||
kmod-usb-hid \
|
||||
kmod-sound-core kmod-sound-arm-bcm2835 \
|
||||
kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
|
||||
partx-utils mkf2fs e2fsprogs
|
||||
# kmod-sound-core kmod-sound-arm-bcm2835 \
|
||||
|
||||
KERNELNAME:=Image dtbs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue