From 9d4f8ff4f65c5928852ebbe25d07a7533bcd540a Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Sat, 24 Dec 2016 00:24:44 +0100 Subject: brcm63xx: add support for Pirelli/ADB P.DG AV4202N This patch adds support for the ADB P.DG AV4202N aka Pirelli PRG AV4202N. Signed-off-by: Paul Wassi Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/image/bcm63xx.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/brcm63xx/image/bcm63xx.mk') diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index ce03f7b700..f38147eb36 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -200,6 +200,18 @@ define Device/A4001N1 endef TARGET_DEVICES += A4001N1 +define Device/AV4202N + $(Device/bcm63xx) + IMAGE_OFFSET := 0x20000 + DEVICE_TITLE := ADB P.DG AV4202N + DEVICE_DTS := av4202n + CFE_BOARD_ID := 96368_Swiss_S1 + CFE_CHIP_ID := 6368 + DEVICE_PACKAGES := \ + $(USB2_PACKAGES) $(B43_PACKAGES) +endef +TARGET_DEVICES += AV4202N + ### Alcatel ### define Device/RG100A $(Device/bcm63xx) -- cgit v1.2.3