From d378a7c4f77eb28a8c48b89e8393642c3548e015 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 11 Aug 2016 08:27:57 +0200 Subject: [PATCH] bcm53xx: convert (disabled) Netgear R8500 image to own profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It should be the last device with FullMAC chipset to convert. Signed-off-by: Rafał Miłecki --- target/linux/bcm53xx/image/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index aa270b3c86..6b2b62a991 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -163,6 +163,14 @@ define Device/netgear-r8000 NETGEAR_BOARD_ID := U12H315T00_NETGEAR endef +define Device/netgear-r8500 + DEVICE_TITLE := Netgear R8500 + DEVICE_PACKAGES := kmod-brcmfmac + $(Device/netgear) + NETGEAR_BOARD_ID := U12H334T00_NETGEAR +endef +# TARGET_DEVICES += netgear-r8500 + define Device/smartrg-sr400ac DEVICE_TITLE := SmartRG SR400ac DEVICE_PACKAGES := kmod-brcmfmac @@ -182,6 +190,5 @@ $(eval $(call AsusDevice,rt-ac87u,RT-AC87U)) $(eval $(call AsusDevice,rt-n18u,RT-N18U)) $(eval $(call LinksysDevice,ea6300-v1)) $(eval $(call NetgearDevice,r7000,U12H270T00_NETGEAR)) -# $(eval $(call NetgearDevice,r8500,U12H334T00_NETGEAR)) $(eval $(call BuildImage)) -- 2.30.2