pcduino3.mk 478 B

12345678910111213141516171819
  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. define Profile/Linksprite_pcDuino3
  8. NAME:=pcDuino3
  9. PACKAGES:=\
  10. uboot-sunxi-Linksprite_pcDuino3 kmod-sun4i-emac kmod-rtc-sunxi \
  11. kmod-net-rtl8188eu kmod-ata-core kmod-ata-sunxi
  12. endef
  13. define Profile/Linksprite_pcDuino3/Description
  14. Package set optimized for the pcDuino3
  15. endef
  16. $(eval $(call Profile,Linksprite_pcDuino3))