ramips: fix various mistakes in subtargets *.mk profiles
[openwrt.git] / target / linux / ramips / rt305x / profiles / intenso.mk
1 #
2 # Copyright (C) 2015 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/M2M
9         NAME:=Intenso Memory 2 Move
10         PACKAGES:=\
11                 kmod-ledtrig-netdev kmod-ledtrig-timer \
12                 kmod-usb-core kmod-usb2 kmod-usb-storage kmod-scsi-core \
13                 kmod-fs-ext4 kmod-fs-vfat block-mount
14 endef
15
16 define Profile/M2M/Description
17         Package set for Intenso Memory 2 Move USB 3.0
18 endef
19 $(eval $(call Profile,M2M))