ramips: Add support for ZBT WG3526
[openwrt/staging/wigyori.git] / target / linux / ramips / mt7621 / profiles / zbt.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/ZBT-WG2626
9 NAME:=ZBT-WG2626 Device
10 PACKAGES:=\
11 kmod-usb-core kmod-usb3 \
12 kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci
13 endef
14
15 define Profile/ZBT-WG2626/Description
16 Package set for ZBT-WG2626 device
17 endef
18 $(eval $(call Profile,ZBT-WG2626))
19
20
21 define Profile/ZBT-WG3526
22 NAME:=ZBT-WG3526 Device
23 PACKAGES:=\
24 kmod-usb-core kmod-usb3 \
25 kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci
26 endef
27
28 define Profile/ZBT-WG3526/Description
29 Package set for ZBT-WG3526 device
30 endef
31 $(eval $(call Profile,ZBT-WG3526))