devolo-dlan.mk 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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_Hotspot
  8. NAME:=devolo dLAN Hotspot
  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-plchost \
  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_Hotspot/Description
  15. Package set optimized for the devolo dLAN Hotspot.
  16. endef
  17. $(eval $(call Profile,dLAN_Hotspot))
  18. define Profile/dLAN_pro_500_wp
  19. NAME:=devolo dLAN pro 500 Wireless+
  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-amphost \
  22. open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
  23. ebtables hostapd-utils wifitoggle wpad
  24. endef
  25. define Profile/dLAN_pro_500_wp/Description
  26. Package set optimized for the devolo dLAN pro 500 Wireless+.
  27. endef
  28. $(eval $(call Profile,dLAN_pro_500_wp))
  29. define Profile/dLAN_pro_1200_ac
  30. NAME:=devolo dLAN pro 1200+ WiFi ac
  31. PACKAGES:=open-plc-utils open-plc-utils-chkpib open-plc-utils-getpib open-plc-utils-modpib \
  32. open-plc-utils-setpib open-plc-utils-hpavkey open-plc-utils-plchost \
  33. open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
  34. ebtables hostapd-utils wifitoggle wpad ip-full kmod-ath10k kmod-leds-gpio \
  35. kmod-ledtrig-gpio
  36. endef
  37. define Profile/dLAN_pro_1200_ac/Description
  38. Package set optimized for the devolo dLAN pro 1200+ WiFi ac.
  39. endef
  40. $(eval $(call Profile,dLAN_pro_1200_ac))