From: Rafał Miłecki Date: Thu, 11 Aug 2016 06:27:57 +0000 (+0200) Subject: bcm53xx: convert (disabled) Netgear R8500 image to own profile X-Git-Tag: v17.01.0-rc1~1762 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d378a7c4f77eb28a8c48b89e8393642c3548e015 bcm53xx: convert (disabled) Netgear R8500 image to own profile It should be the last device with FullMAC chipset to convert. Signed-off-by: Rafał Miłecki --- 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))