summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le/profiles/Osbridge.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-25 08:46:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-25 08:46:13 +0000
commitfea19ae21530284a2e87bd985cc09bc15e19c223 (patch)
tree5b2479d61e9c1351db07318cabe00482ed5e5778 /target/linux/adm5120/router_le/profiles/Osbridge.mk
parent19afadf0b23b44523d2789c5c0ada6131990e35e (diff)
downloadmaster-31e0f0ae-fea19ae21530284a2e87bd985cc09bc15e19c223.tar.gz
master-31e0f0ae-fea19ae21530284a2e87bd985cc09bc15e19c223.tar.bz2
master-31e0f0ae-fea19ae21530284a2e87bd985cc09bc15e19c223.zip
add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)
SVN-Revision: 16555
Diffstat (limited to 'target/linux/adm5120/router_le/profiles/Osbridge.mk')
-rw-r--r--target/linux/adm5120/router_le/profiles/Osbridge.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/adm5120/router_le/profiles/Osbridge.mk b/target/linux/adm5120/router_le/profiles/Osbridge.mk
new file mode 100644
index 0000000000..459d524ba3
--- /dev/null
+++ b/target/linux/adm5120/router_le/profiles/Osbridge.mk
@@ -0,0 +1,16 @@
+#
+# Copyright (C) 2007-2009 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/5GXI
+ NAME:=Osbridge 5GXi/5XLi (Unofficial)
+endef
+
+define Profile/5GXI/Description
+ Package set optimized for the OSBRiDGE 5GXi/5XLi boards.
+endef
+
+$(eval $(call Profile,5GXI))