From 4a405ac8f956b725de037744d62497f93bba6080 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sun, 5 Mar 2017 21:16:07 +0100 Subject: brcm2708: add support for the new Raspberry Pi Zero W MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Stijn Tintel Signed-off-by: Stijn Tintel Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm2708/image/Makefile') diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index d0222df065..d7385c48e1 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2012-2015 OpenWrt.org -# Copyright (C) 2016 LEDE project +# Copyright (C) 2016-2017 LEDE project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -56,8 +56,9 @@ define Device/Default endef define Device/rpi - DEVICE_TITLE := Raspberry Pi B/B+/CM/Zero - DEVICE_DTS := bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm + DEVICE_TITLE := Raspberry Pi B/B+/CM/Zero/ZeroW + DEVICE_DTS := bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm bcm2708-rpi-0-w + DEVICE_PACKAGES := brcmfmac-firmware-43430-sdio kmod-brcmfmac wpad-mini endef ifeq ($(SUBTARGET),bcm2708) TARGET_DEVICES += rpi -- cgit v1.2.3