hame.mk 602 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Copyright (C) 2013 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/MPRA1
  8. NAME:=HAME MPR-A1
  9. PACKAGES:=\
  10. kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-netdev
  11. endef
  12. define Profile/MPRA1/Description
  13. Package set for HAME MPR-A1 board
  14. endef
  15. $(eval $(call Profile,MPRA1))
  16. define Profile/MPRA2
  17. NAME:=HAME MPR-A2
  18. PACKAGES:=\
  19. kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-netdev
  20. endef
  21. define Profile/MPRA2/Description
  22. Package set for HAME MPR-A2 board
  23. endef
  24. $(eval $(call Profile,MPRA2))