100-generic.mk 433 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/Generic
  8. NAME:=Generic (default)
  9. PACKAGES:= \
  10. kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy \
  11. uboot-envtools
  12. endef
  13. define Profile/Generic/Description
  14. Package set compatible with most Freescale i.MX 6 based boards.
  15. endef
  16. $(eval $(call Profile,Generic))