diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-08-11 08:27:57 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-08-11 08:28:41 +0200 |
commit | d378a7c4f77eb28a8c48b89e8393642c3548e015 (patch) | |
tree | de7cdcd245d1596d527617af4ee86646d4972c82 | |
parent | 931d3092039d5d855a2cf81863a4d294d70595cd (diff) | |
download | upstream-d378a7c4f77eb28a8c48b89e8393642c3548e015.tar.gz upstream-d378a7c4f77eb28a8c48b89e8393642c3548e015.tar.bz2 upstream-d378a7c4f77eb28a8c48b89e8393642c3548e015.zip |
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@milecki.pl>
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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)) |