jjplus.mk 842 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Copyright (C) 2010 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/JA76PF
  8. NAME:=jjPlus JA76PF
  9. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-hwmon-core kmod-i2c-core kmod-hwmon-lm75
  10. endef
  11. define Profile/JA76PF/Description
  12. Package set optimized for the jjPlus JA76PF board.
  13. endef
  14. $(eval $(call Profile,JA76PF))
  15. define Profile/JA76PF2
  16. NAME:=jjPlus JA76PF2
  17. PACKAGES:=
  18. endef
  19. define Profile/JA76PF2/Description
  20. Package set optimized for the jjPlus JA76PF2 board.
  21. endef
  22. $(eval $(call Profile,JA76PF2))
  23. define Profile/JWAP003
  24. NAME:=jjPlus JWAP003
  25. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
  26. endef
  27. define Profile/JWAP003/Description
  28. Package set optimized for the jjPlus JWAP003 board.
  29. endef
  30. $(eval $(call Profile,JWAP003))