From 81123a998ec807086d64447b8634d7017f636e91 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42743 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/bcm53xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/bcm53xx/image') diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 1407e58b85..7d9be8172c 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.2.3