diff options
Diffstat (limited to 'target/linux')
-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 f594c5b056..35f51204f0 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -64,7 +64,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 @@ -73,7 +73,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 |