ramips: Support for RAMIPS based Tripmate HT-TM02 board
[openwrt.git] / target / linux / ramips / rt305x / profiles / hootoo.mk
1 #
2 # Copyright (C) 2013 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
9 define Profile/HT-TM02
10         NAME:=HOOTOO HT-TM02
11         PACKAGES:=\
12                 wpad-mini \
13                 kmod-ledtrig-netdev kmod-ledtrig-timer kmod-leds-gpio kmod-ledtrig-default-on \
14                 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-net usbutils \
15                 kmod-scsi-core kmod-scsi-generic kmod-fs-ext4 \
16                 kmod-usb-storage kmod-usb-storage-extras block-mount \
17                 kmod-usb-serial kmod-usb-serial-ftdi kmod-gpio-button-hotplug \
18                 kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-utf8 luci luci-mod-admin-full \
19                 kmod-app-samba luci-theme-openwrt luci-proto-relay relayd nano \
20                 fstools 
21 endef
22
23 define Profile/HT-TM02/Description
24         Package set for HOOTOO HT-TM02 board
25 endef
26
27 $(eval $(call Profile,HT-TM02))
28