From db7f2d953122bdbfa8d072214450f5cfcc4fc686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 2 Dec 2015 09:24:52 +0000 Subject: brcm47xx: add Netgear WN2500RP support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We generate V1 image only for now. We lack buttons support for V2. Signed-off-by: Rafał Miłecki SVN-Revision: 47682 --- target/linux/brcm47xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/brcm47xx/image/Makefile') diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 8063de0..c290f9a 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -323,6 +323,7 @@ ifeq ($(SUBTARGET),mips74k) $(eval $(call LinksysDevice,e4200-v1,4200,1.0.5)) $(eval $(call NetgearDevice,wgr614-v10_north-america,U12H139T01_NETGEAR,2)) $(eval $(call NetgearDevice,wgr614-v10_other-regions,U12H139T01_NETGEAR,1)) + $(eval $(call NetgearDevice,wn2500rp-v1,U12H197T00_NETGEAR,1)) $(eval $(call NetgearDevice,wndr3400-v1,U12H155T00_NETGEAR,2)) $(eval $(call NetgearDevice,wndr3400-v2,U12H187T00_NETGEAR,2)) $(eval $(call NetgearDevice,wndr3400-v3,U12H208T00_NETGEAR,1)) -- cgit v1.1