mediatek.mk 330 B

123456789101112131415
  1. #
  2. # Copyright (C) 2011 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/MT7620a
  8. NAME:=MT7620a EVB
  9. endef
  10. define Profile/Default/Description
  11. Default package set compatible with MT7620a eval board
  12. endef
  13. $(eval $(call Profile,MT7620a))