r8610.mk 411 B

1234567891011121314
  1. #
  2. # Copyright (C) 2010 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/r8610
  8. NAME:=RDC R8610 Evaluation Board
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 \
  10. kmod-hwmon-core kmod-hwmon-w83627hf kmod-ide-core kmod-ide-it821x \
  11. kmod-rtc-core kmod-rtc-m48t86 kmod-fs-ext4
  12. endef
  13. $(eval $(call Profile,r8610))