blob: e640b81a1f2eed8a4b58f3db06909c4d4a815407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/PMUGW
NAME:=Motorola Powerline MU Gateway (EXPERIMENTAL)
endef
define Profile/PMUGW/Description
Package set optimized for the Motorola Powerline MU Gateway board
endef
$(eval $(call Profile,PMUGW))
|