ramips: add support for ELECOM WRH-300CR
[openwrt.git] / target / linux / ramips / mt7620 / profiles / elecom.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/WRH-300CR
9         NAME:=ELECOM WRH-300CR
10         PACKAGES:=\
11                 kmod-usb-core kmod-usb2 kmod-usb-ohci kmod-usb-storage \
12                 kmod-scsi-core kmod-fs-ext4 block-mount
13 endef
14
15 define Profile/WRH-300CR/Description
16         Package set optimized for the ELECOM WRH-300CR.
17 endef
18 $(eval $(call Profile,WRH-300CR))