intenso.mk 475 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2015 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/M2M
  8. NAME:=Intenso Memory 2 Move
  9. PACKAGES:=\
  10. kmod-ledtrig-netdev kmod-ledtrig-timer \
  11. kmod-usb-core kmod-usb2 kmod-usb-storage kmod-scsi-core \
  12. kmod-fs-ext4 kmod-fs-vfat block-mount
  13. endef
  14. define Profile/M2M/Description
  15. Package set for Intenso Memory 2 Move USB 3.0
  16. endef
  17. $(eval $(call Profile,M2M))