belkin.mk 692 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Copyright (C) 2012 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/F5D8235V2
  8. NAME:=Belkin F5D8235 v2
  9. PACKAGES:=\
  10. kmod-switch-rtl8366rb kmod-swconfig swconfig \
  11. kmod-usb-core kmod-usb-dwc2 \
  12. kmod-ledtrig-usbdev
  13. endef
  14. define Profile/F5D8235V2/Description
  15. Package set for Belkin F5D8235 v2
  16. endef
  17. $(eval $(call Profile,F5D8235V2))
  18. define Profile/F7C027
  19. NAME:=Belkin F7C027
  20. PACKAGES:=\
  21. -kmod-usb-core -kmod-usb-dwc2 \
  22. -kmod-ledtrig-usbdev
  23. endef
  24. define Profile/F7C027/Description
  25. Package set for Belkin F7C027 - Plug with soc_ap and a relay
  26. endef
  27. $(eval $(call Profile,F7C027))