belkin.mk 444 B

123456789101112131415161718
  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/F9K1115V2
  8. NAME:=Belkin AC1750DB (F9K1115V2)
  9. PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb3 kmod-ledtrig-usbdev \
  10. kmod-ath10k
  11. endef
  12. define Profile/F9K1115V2/Description
  13. Package set optimized for the Belkin AC1750DB (F9K1115V2) board.
  14. endef
  15. $(eval $(call Profile,F9K1115V2))