summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le/profiles
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-25 08:46:13 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-25 08:46:13 +0000
commitf6eb698b63e7fbdd93210387d2397a18a89384fc (patch)
treed7a4bd291df6adb25cfd50706f8cf341126082b6 /target/linux/adm5120/router_le/profiles
parent0b110378300c2924c8a4f17099f33bd68f4e691c (diff)
[adm5120] add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16555 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/router_le/profiles')
-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 000000000..459d524ba
--- /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))