allnet.mk 811 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-rt305x-dwc_otg \
  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. endef
  29. define Profile/ALL5002/Description
  30. Package set for Allnet ALL5002
  31. endef
  32. $(eval $(call Profile,ALL5002))