devolo-dlan.mk 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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/dLAN_pro_500_wp
  8. NAME:=devolo dLAN pro 500 Wireless+
  9. PACKAGES:=open-plc-utils open-plc-utils-chkpib open-plc-utils-getpib open-plc-utils-modpib \
  10. open-plc-utils-setpib open-plc-utils-hpavkey open-plc-utils-amphost \
  11. open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
  12. ebtables hostapd-utils wifitoggle wpad
  13. endef
  14. define Profile/dLAN_pro_500_wp/Description
  15. Package set optimized for the devolo dLAN pro 500 Wireless+.
  16. endef
  17. $(eval $(call Profile,dLAN_pro_500_wp))
  18. define Profile/dLAN_pro_1200_ac
  19. NAME:=devolo dLAN pro 1200+ WiFi ac
  20. PACKAGES:=open-plc-utils open-plc-utils-chkpib open-plc-utils-getpib open-plc-utils-modpib \
  21. open-plc-utils-setpib open-plc-utils-hpavkey open-plc-utils-plchost \
  22. open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
  23. ebtables hostapd-utils wifitoggle wpad ip-full kmod-ath10k kmod-leds-gpio \
  24. kmod-ledtrig-gpio
  25. endef
  26. define Profile/dLAN_pro_1200_ac/Description
  27. Package set optimized for the devolo dLAN pro 1200+ WiFi ac.
  28. endef
  29. $(eval $(call Profile,dLAN_pro_1200_ac))