ramips: convert rt2880 to new image building code
[openwrt/openwrt.git] / target / linux / ramips / mt7621 / profiles / samknows.mk
1 #
2 # Copyright (C) 2016 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/SK-WB8
9 NAME:=SamKnows Whitebox 8
10 PACKAGES:=\
11 kmod-usb-core kmod-usb3 \
12 kmod-ledtrig-usbdev uboot-envtools
13 endef
14
15 define Profile/SK-WB8/Description
16 Package set compatible with the SamKnows Whitebox 8.
17 endef
18 $(eval $(call Profile,SK-WB8))