include/image.mk: allow including U-Boot environment in UBI
[openwrt/staging/chunkeey.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 endef
11
12 define Profile/POGOPLUG_PRO/Description
13 Profile with built-in ox820 PogoPlug Pro device-tree
14 (board with miniPCIe slot)
15 endef
16
17 define Profile/POGOPLUG_V3
18 NAME:=PogoPlug V3
19 endef
20
21 define Profile/POGOPLUG_V3/Description
22 Profile with built-in ox820 PogoPlug V3 device-tree
23 (board without miniPCIe slot)
24 endef
25
26 define Profile/STG212
27 NAME:=MitraStar STG-212
28 endef
29
30 define Profile/STG212/Description
31 Profile with built-in ox820 STG-212 device-tree
32 endef
33
34 define Profile/KD20
35 NAME:=Shuttle KD20
36 PACKAGES:= \
37 kmod-usb3 kmod-usb-storage kmod-i2c-gpio kmod-rtc-pcf8563 \
38 kmod-gpio-beeper kmod-hwmon-core kmod-hwmon-gpiofan
39 endef
40
41 define Profile/KD20/Description
42 Profile with built-in ox820 KD20 device-tree
43 endef
44
45 $(eval $(call Profile,POGOPLUG_PRO))
46 $(eval $(call Profile,POGOPLUG_V3))
47 $(eval $(call Profile,STG212))
48 $(eval $(call Profile,KD20))