From 66922082ed418667b613af4e375cec5b8265fb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 2 Oct 2014 19:30:08 +0000 Subject: bcm53xx: early support for Netgear R6300 V2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 42743 --- target/linux/bcm53xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/bcm53xx/image/Makefile') diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 1407e58..7d9be81 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -49,6 +49,7 @@ endef # $(1): filesystem type (e.g. squashfs, initramfs). define Image/Build $(call Image/Build/Chk,$(1),bcm4708-netgear-r6250,U12H245T00_NETGEAR,2) + $(call Image/Build/Chk,$(1),bcm4708-netgear-r6300-v2,U12H240T00_NETGEAR,1) endef define Image/Build/Initramfs -- cgit v1.1