[openwrt/openwrt] bcm27xx: bcm2708: add missing RPi B DTS file
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 19 02:11:21 EST 2021
noltari pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/9e2acdbccdea9f302b38795c17c633a312d97b70
commit 9e2acdbccdea9f302b38795c17c633a312d97b70
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>
(cherry-picked from commit 0aaa2cce1c)
---
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