allnet.mk 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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/ALL02393G
  8. NAME:=Allnet ALL0239-3G
  9. PACKAGES:=\
  10. kmod-usb-core kmod-usb-dwc2 \
  11. kmod-ledtrig-usbdev
  12. endef
  13. define Profile/ALL02393G/Description
  14. Package set for Allnet ALL0239-3G
  15. endef
  16. $(eval $(call Profile,ALL02393G))
  17. define Profile/ALL0256N
  18. NAME:=Allnet ALL0256N
  19. PACKAGES:=rssileds
  20. endef
  21. define Profile/ALL0256N/Description
  22. Package set for Allnet ALL0256N
  23. endef
  24. $(eval $(call Profile,ALL0256N))
  25. define Profile/ALL5002
  26. NAME:=Allnet ALL5002
  27. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
  28. kmod-i2c-core kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x
  29. endef
  30. define Profile/ALL5002/Description
  31. Package set for Allnet ALL5002
  32. endef
  33. $(eval $(call Profile,ALL5002))
  34. define Profile/ALL5003
  35. NAME:=Allnet ALL5003
  36. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
  37. kmod-i2c-core kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x
  38. endef
  39. define Profile/ALL5003/Description
  40. Package set for Allnet ALL5003
  41. endef
  42. $(eval $(call Profile,ALL5003))