diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:57 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:57 +0000 |
commit | 582dfc52f592b24669c61bfc57ad75b7370c833b (patch) | |
tree | b2160f6a279ab353ff540abac615e12b706127d1 /target/linux/brcm63xx/profiles | |
parent | 46b4d4d1d56950bb0f4c171ee70f3472d1677d0c (diff) | |
download | upstream-582dfc52f592b24669c61bfc57ad75b7370c833b.tar.gz upstream-582dfc52f592b24669c61bfc57ad75b7370c833b.tar.bz2 upstream-582dfc52f592b24669c61bfc57ad75b7370c833b.zip |
brcm63xx: move CPVA502+ to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44990
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/telsey.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/telsey.mk b/target/linux/brcm63xx/profiles/telsey.mk index 5e2359aa0d..a8ad31eb1f 100644 --- a/target/linux/brcm63xx/profiles/telsey.mk +++ b/target/linux/brcm63xx/profiles/telsey.mk @@ -5,6 +5,15 @@ # See /LICENSE for more information. # +define Profile/CPVA502PLUS + NAME:=Telsey CPVA502+ + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/CPVA502PLUS/Description + Package set optimized for CPVA502+. +endef +$(eval $(call Profile,CPVA502PLUS)) + define Profile/CPVA642 NAME:=Telsey CPVA642-type (CPA-ZNTE60T) PACKAGES:=kmod-rt61-pci wpad-mini\ |