[openwrt/openwrt] bcm27xx: bcm2708: add missing RPi B DTS file

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 19 02:09:21 EST 2021


noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0aaa2cce1c7c5bb49e04b3c8a060e7cbb2f2ad48

commit 0aaa2cce1c7c5bb49e04b3c8a060e7cbb2f2ad48
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Fri Feb 19 07:56:58 2021 +0100

    bcm27xx: bcm2708: add missing RPi B DTS file
    
    RPI 1B DTS has been splitted into 2 files:
     - bcm2708-rpi-b.dts: Newest (rev2) RPI 1B
     - bcm2708-rpi-b-rev1.dts: Old (rev1) RPI 1B
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 target/linux/bcm27xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm27xx/image/Makefile b/target/linux/bcm27xx/image/Makefile
index 30b3e83cf6..f0c3ae1272 100644
--- a/target/linux/bcm27xx/image/Makefile
+++ b/target/linux/bcm27xx/image/Makefile
@@ -66,7 +66,7 @@ endef
 define Device/rpi
   DEVICE_MODEL := B/B+/CM/Zero/ZeroW
   DEVICE_DTS := \
-	bcm2708-rpi-b bcm2708-rpi-b-plus \
+	bcm2708-rpi-b bcm2708-rpi-b-rev1 bcm2708-rpi-b-plus \
 	bcm2708-rpi-cm \
 	bcm2708-rpi-zero bcm2708-rpi-zero-w
   SUPPORTED_DEVICES := \



More information about the lede-commits mailing list