oxnas/kd20: use gpio-beeper
[openwrt/openwrt.git] / target / linux / oxnas / profiles / 100-Generic.mk
1 #
2 # Copyright (C) 2014 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/POGOPLUG_PRO
9 NAME:=PogoPlug Pro
10 PACKAGES:= \
11 uboot-envtools kmod-usb2-oxnas
12 endef
13
14 define Profile/POGOPLUG_PRO/Description
15 Profile with built-in ox820 PogoPlug Pro device-tree
16 (board with miniPCIe slot)
17 endef
18
19 define Profile/POGOPLUG_V3
20 NAME:=PogoPlug V3
21 PACKAGES:= \
22 uboot-envtools kmod-usb2-oxnas
23 endef
24
25 define Profile/POGOPLUG_V3/Description
26 Profile with built-in ox820 PogoPlug V3 device-tree
27 (board without miniPCIe slot)
28 endef
29
30 define Profile/STG212
31 NAME:=MitraStar STG-212
32 PACKAGES:= \
33 uboot-envtools kmod-usb2-oxnas
34 endef
35
36 define Profile/STG212/Description
37 Profile with built-in ox820 STG-212 device-tree
38 endef
39
40 define Profile/KD20
41 NAME:=Shuttle KD20
42 PACKAGES:= \
43 uboot-envtools kmod-usb2-oxnas kmod-usb3 kmod-rtc-pcf8563 kmod-gpio-beeper
44 endef
45
46 define Profile/KD20/Description
47 Profile with built-in ox820 KD20 device-tree
48 endef
49
50 $(eval $(call Profile,POGOPLUG_PRO))
51 $(eval $(call Profile,POGOPLUG_V3))
52 $(eval $(call Profile,STG212))
53 $(eval $(call Profile,KD20))