brcm63xx: convert RTA1320 to dts
[15.05/openwrt.git] / target / linux / brcm63xx / profiles / dynalink.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/RTA1025W
9   NAME:=Dynalink RTA1025W
10   PACKAGES:=kmod-b43 wpad-mini
11 endef
12 define Profile/RTA1025W/Description
13   Package set optimized for RTA1025W.
14 endef
15 $(eval $(call Profile,RTA1025W))
16
17 define Profile/RTA1320
18   NAME:=Dynalink RTA1320
19   PACKAGES:=
20 endef
21 define Profile/RTA1320/Description
22   Package set optimized for RTA1320.
23 endef
24 $(eval $(call Profile,RTA1320))