diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:26:07 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-10-02 12:26:07 +0000 |
commit | e618873b741446b0a8353bcae0b5a2707e3c6c13 (patch) | |
tree | 3c2b7b721bfabf990a12cf496c3846fca100efee /target/linux/brcm63xx/profiles | |
parent | 25ac300092344e42bfb762da0aaa96c67f92cb90 (diff) | |
download | master-187ad058-e618873b741446b0a8353bcae0b5a2707e3c6c13.tar.gz master-187ad058-e618873b741446b0a8353bcae0b5a2707e3c6c13.tar.bz2 master-187ad058-e618873b741446b0a8353bcae0b5a2707e3c6c13.zip |
brcm63xx: Add DT support for 96368MVWG
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@42738 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/01-generic.mk | 9 |
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 f190141a41..2a9eb15e00 100644 --- a/target/linux/brcm63xx/profiles/01-generic.mk +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -112,3 +112,12 @@ define Profile/96368MVNgr/Description Package set optimized for 96368MVNgr. endef $(eval $(call Profile,96368MVNgr)) + +define Profile/96368MVWG + NAME:=Generic 96368MVWG + PACKAGES:= +endef +define Profile/96368MVWG/Description + Package set optimized for 96368MVWG. +endef +$(eval $(call Profile,96368MVWG)) |