Motorola.mk 369 B

12345678910111213141516
  1. #
  2. # Copyright (C) 2008 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/PMUGW
  8. NAME:=Motorola Powerline MU Gateway (EXPERIMENTAL)
  9. endef
  10. define Profile/PMUGW/Description
  11. Package set optimized for the Motorola Powerline MU Gateway board
  12. endef
  13. $(eval $(call Profile,PMUGW))