summaryrefslogtreecommitdiff
path: root/target/linux/adm5120/router_le/profiles/Motorola.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-09-23 14:56:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-09-23 14:56:29 +0000
commitcd9ca196b67a5bc984e824a1ad295d255e80cf5f (patch)
tree657162a3ea39431e16ecda01fae99a9512c4fa2c /target/linux/adm5120/router_le/profiles/Motorola.mk
parent038f8c05322d1068661639d1ddc5a6c532dc5afd (diff)
downloadmtk-20170518-cd9ca196b67a5bc984e824a1ad295d255e80cf5f.zip
mtk-20170518-cd9ca196b67a5bc984e824a1ad295d255e80cf5f.tar.gz
mtk-20170518-cd9ca196b67a5bc984e824a1ad295d255e80cf5f.tar.bz2
experimental support for the Motorola MU Gateway
SVN-Revision: 12662
Diffstat (limited to 'target/linux/adm5120/router_le/profiles/Motorola.mk')
-rw-r--r--target/linux/adm5120/router_le/profiles/Motorola.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/adm5120/router_le/profiles/Motorola.mk b/target/linux/adm5120/router_le/profiles/Motorola.mk
new file mode 100644
index 0000000..e640b81
--- /dev/null
+++ b/target/linux/adm5120/router_le/profiles/Motorola.mk
@@ -0,0 +1,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))