aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles/01-generic.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-10-02 12:24:34 +0000
committerJonas Gorski <jogo@openwrt.org>2014-10-02 12:24:34 +0000
commitf51292a0a7a2fe77bcffb7a1c79dd25153127b1b (patch)
tree3a1047b8b587716363f244a8fb0212cfef8974b1 /target/linux/brcm63xx/profiles/01-generic.mk
parentef157784bce2f9160d629f2d596a98e48bc79415 (diff)
downloadmaster-187ad058-f51292a0a7a2fe77bcffb7a1c79dd25153127b1b.tar.gz
master-187ad058-f51292a0a7a2fe77bcffb7a1c79dd25153127b1b.tar.bz2
master-187ad058-f51292a0a7a2fe77bcffb7a1c79dd25153127b1b.zip
brcm63xx: Add DT support for 96345GW2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/profiles/01-generic.mk')
-rw-r--r--target/linux/brcm63xx/profiles/01-generic.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/01-generic.mk b/target/linux/brcm63xx/profiles/01-generic.mk
index db4a094f68..c60ef62e6c 100644
--- a/target/linux/brcm63xx/profiles/01-generic.mk
+++ b/target/linux/brcm63xx/profiles/01-generic.mk
@@ -22,3 +22,12 @@ define Profile/96328avng/Description
Package set optimized for 96328avng.
endef
$(eval $(call Profile,96328avng))
+
+define Profile/96345GW2
+ NAME:=Generic 96345GW2
+ PACKAGES:=
+endef
+define Profile/96345GW2/Description
+ Package set optimized for 96345GW2.
+endef
+$(eval $(call Profile,96345GW2))