allnet.mk 796 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Copyright (C) 20012 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/ALL0305
  8. NAME:=Allnet ALL0305
  9. PACKAGES:=fconfig kmod-ath5k -kmod-ath9k
  10. endef
  11. define Profile/ALL0305/Description
  12. Package set optimized for the Allnet ALL0305.
  13. endef
  14. $(eval $(call Profile,ALL0305))
  15. define Profile/ALL0258N
  16. NAME:=Allnet ALL0258N
  17. PACKAGES:=uboot-envtools rssileds
  18. endef
  19. define Profile/ALL0258N/Description
  20. Package set optimized for the Allnet ALL0258N.
  21. endef
  22. $(eval $(call Profile,ALL0258N))
  23. define Profile/ALL0315N
  24. NAME:=Allnet ALL0315N
  25. PACKAGES:=uboot-envtools rssileds
  26. endef
  27. define Profile/ALL0315N/Description
  28. Package set optimized for the Allnet ALL0315N.
  29. endef
  30. $(eval $(call Profile,ALL0315N))