R8610.mk 437 B

12345678910111213141516
  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. define Profile/r8610
  8. NAME:=RDC R8610 Evaluation board
  9. PACKAGES:=kmod-r6040 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 \
  12. kmod-fs-ext2 kmod-fs-ext3
  13. endef
  14. $(eval $(call Profile,r8610))