100-dLAN-USB-Extender.mk 748 B

12345678910111213141516171819202122232425
  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/dLAN_USB_Extender
  8. NAME:=Devolo dLAN USB Extender
  9. PACKAGES:=kmod-usb-serial kmod-usb-serial-ftdi
  10. endef
  11. define Profile/dLAN_USB_Extender/Description
  12. Package set specifically tuned for the Devolo dLAN USB Extender device.
  13. Binary packages are required to enable the power line portion of the
  14. device, these packages can be found in the following package feed:
  15. src-git dlan https://github.com/ffainelli/dlan-usb-extender-3rd-party.git
  16. Instructions are available here:
  17. http://ffainelli.github.io/dlan-usb-extender-3rd-party/
  18. endef
  19. $(eval $(call Profile,dLAN_USB_Extender))