RaspberryPi2.mk 328 B

1234567891011121314
  1. #
  2. # Copyright (C) 2015 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/RaspberryPi_2
  8. NAME:=Raspberry Pi 2 Model B
  9. endef
  10. define Profile/RaspberryPi_2/Description
  11. Raspberry Pi 2 Model B
  12. endef
  13. $(eval $(call Profile,RaspberryPi_2))