[rdc] add better support for the RDC R8610 evaluation board: ide, rtc, super I/O
[openwrt.git] / target / linux / rdc / profiles / R8610.mk
1 #
2 # Copyright (C) 2009 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/r8610
9   NAME:=RDC R8160 Evaluation board
10   PACKAGES:=kmod-r6040 kmod-usb-core kmod-usb-ohci kmod-usb2 \
11         kmod-hwmon-core kmod-hwmon-w83627hf kmod-ide-core kmod-ide-it821x \
12         kmod-rtc-core kmod-rtc-m48t86 \
13         kmod-fs-ext2 kmod-fs-ext3
14 endef
15 $(eval $(call Profile,r8610))
16