[openwrt/openwrt] bcm27xx: include 'rtc' in target's 'FEATURES'

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 7 01:16:35 PDT 2022


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ff09905a468b4cc44f039a76568e8fe6cbaea8d9

commit ff09905a468b4cc44f039a76568e8fe6cbaea8d9
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Wed Apr 6 23:07:55 2022 +0200

    bcm27xx: include 'rtc' in target's 'FEATURES'
    
    There are many ways to add external RTC to Raspberry Pi boards. Let's
    include support for this for the whole target and while at it, sort
    features alphabetically.
    
    Fixes: #9594
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/bcm27xx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile
index 29546049ed..a62d72ffc4 100644
--- a/target/linux/bcm27xx/Makefile
+++ b/target/linux/bcm27xx/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=bcm27xx
 BOARDNAME:=Broadcom BCM27xx
-FEATURES:=ext4 audio usb usbgadget display gpio fpu squashfs rootfs-part boot-part
+FEATURES:=audio boot-part display ext4 fpu gpio rootfs-part rtc squashfs usb usbgadget
 SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711
 
 KERNEL_PATCHVER=5.10




More information about the lede-commits mailing list