vocore.mk 400 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2014 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/VOCORE
  8. NAME:=VoCore
  9. PACKAGES:=\
  10. kmod-usb-core kmod-usb-ohci kmod-usb2 \
  11. kmod-i2c-core kmod-i2c-ralink \
  12. kmod-spi-dev
  13. endef
  14. define Profile/VOCORE/Description
  15. Package set for VoCore board
  16. endef
  17. $(eval $(call Profile,VOCORE))