diff options
-rw-r--r-- | target/linux/brcm2708/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index af45cf47c6..269e0159c9 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -65,7 +65,7 @@ define Device/rpi-2 DEVICE_TITLE := Raspberry Pi 2 B DEVICE_DTS := bcm2709-rpi-2-b endef -ifeq ($(SUBTARGET),bcm2708) +ifeq ($(SUBTARGET),bcm2709) TARGET_DEVICES += rpi-2 endif @@ -74,7 +74,7 @@ define Device/rpi-3 DEVICE_DTS := bcm2710-rpi-3-b DEVICE_PACKAGES := brcmfmac43430-firmware-sdio kmod-brcmfmac wpad-mini endef -ifeq ($(SUBTARGET),bcm2708) +ifeq ($(SUBTARGET),bcm2710) TARGET_DEVICES += rpi-3 endif |