diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-01 14:30:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-08-01 14:30:46 +0000 |
commit | 9e2a11f634980804cc74599799245ecc64a39173 (patch) | |
tree | f48c90c9881ee281ea17b46f44988ba593cee0c1 /target/linux/ramips/rt305x | |
parent | 3ffded1fa02bd292d09f889be8b4b367d64245e7 (diff) | |
download | upstream-9e2a11f634980804cc74599799245ecc64a39173.tar.gz upstream-9e2a11f634980804cc74599799245ecc64a39173.tar.bz2 upstream-9e2a11f634980804cc74599799245ecc64a39173.zip |
ramips: add basics for Poray devices
This commit adds the basic elements to support Poray brand routers.
It contains a tool to do the encryption/obfuscation that is used in
Poray routers.
Support for Poray devices was worked on by:
Felix Kaechele <heffer@fedoraproject.org>
Luis Soltero <lsoltero@globalmarinenet.com>
Michel Stempin <michel.stempin@wanadoo.fr>
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37635 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/poray.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/poray.mk b/target/linux/ramips/rt305x/profiles/poray.mk new file mode 100644 index 0000000000..2122ca1a80 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/poray.mk @@ -0,0 +1,7 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + |