[source] bcm53xx: convert (disabled) Netgear R8500 image to own profile

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 10 23:29:01 PDT 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=d378a7c4f77eb28a8c48b89e8393642c3548e015

commit d378a7c4f77eb28a8c48b89e8393642c3548e015
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Thu Aug 11 08:27:57 2016 +0200

    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 <rafal at milecki.pl>
---
 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 aa270b3..6b2b62a 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))



More information about the lede-commits mailing list