00-default.mk 329 B

12345678910111213141516
  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/Default
  8. NAME:=Default Profile
  9. endef
  10. define Profile/Default/Description
  11. Default package set compatible with most boards.
  12. endef
  13. $(eval $(call Profile,Default))