1#
2# Copyright (C) 2012 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/EWDORIN
9	NAME:=Embedded Wireless Dorin Platform
10	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev kmod-usb-storage \
11		kmod-fs-vfat kmod-fs-msdos kmod-fs-ntfs kmod-fs-ext4 \
12		kmod-nls-cp437 kmod-nls-cp850 kmod-nls-cp852 kmod-nls-iso8859-1 kmod-nls-utf8
13endef
14
15define Profile/EWDORIN/Description
16	Package set optimized for the Dorin Platform.
17endef
18
19$(eval $(call Profile,EWDORIN))
20
21