[source] bcm53xx: add profile with brcmfmac for Netgear R7900

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 10 22:46:26 PDT 2016


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

commit 931d3092039d5d855a2cf81863a4d294d70595cd
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Thu Aug 11 07:45:19 2016 +0200

    bcm53xx: add profile with brcmfmac for Netgear R7900
    
    It's one more device with FullMAC that got forgotten in the previous
    commit.
    
    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 4e3f12c..aa270b3 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -148,6 +148,14 @@ define Device/netgear-r6300-v2
   NETGEAR_BOARD_ID := U12H240T00_NETGEAR
 endef
 
+define Device/netgear-r7900
+  DEVICE_TITLE := Netgear R7900
+  DEVICE_PACKAGES := kmod-brcmfmac
+  $(Device/netgear)
+  NETGEAR_BOARD_ID := U12H315T30_NETGEAR
+endef
+TARGET_DEVICES += netgear-r7900
+
 define Device/netgear-r8000
   DEVICE_TITLE := Netgear R8000
   DEVICE_PACKAGES := kmod-brcmfmac
@@ -174,7 +182,6 @@ $(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,r7900,U12H315T30_NETGEAR))
 # $(eval $(call NetgearDevice,r8500,U12H334T00_NETGEAR))
 
 $(eval $(call BuildImage))



More information about the lede-commits mailing list