diff options
Diffstat (limited to 'target/linux/bcm27xx/image')
-rw-r--r-- | target/linux/bcm27xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 := \ |