oxnas: add missing semicolon
[openwrt.git] / target / linux / oxnas / profiles / akitio.mk
1 # Copyright (C) 2016 OpenWrt.org
2 #
3 # This is free software, licensed under the GNU General Public License v2.
4 # See /LICENSE for more information.
5 #
6
7 define Profile/AKITIO
8   NAME:=Akitio MyCloud mini / Silverstone DC01
9   PACKAGES:= \
10         kmod-usb-storage kmod-i2c-gpio kmod-rtc-ds1307
11 endef
12
13 define Profile/AKITIO/Description
14  Profile for the Akitio MyCloud mini aka. Silverstone DC01
15 endef
16
17 $(eval $(call Profile,AKITIO))