oxnas: add missing semicolon
[openwrt.git] / target / linux / oxnas / profiles / shuttle.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/KD20
8   NAME:=Shuttle KD20
9   PACKAGES:= \
10         kmod-usb3 kmod-usb-storage kmod-i2c-gpio kmod-rtc-pcf8563 \
11         kmod-gpio-beeper kmod-hwmon-core kmod-hwmon-gpiofan
12 endef
13
14 define Profile/KD20/Description
15  Profile with built-in ox820 KD20 device-tree
16 endef
17
18 $(eval $(call Profile,KD20))