diff options
author | John Crispin <john@openwrt.org> | 2013-08-01 14:30:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-01 14:30:46 +0000 |
commit | aaedf6c8c612d0a561c91fd0f11631ff7e9576b1 (patch) | |
tree | 69c119f2f70628e25e3a88dfb4cac459bb36f22e /target/linux/ramips/rt305x/profiles | |
parent | b4c722267e206bd00856b98ce022ee64afa6568c (diff) | |
download | upstream-aaedf6c8c612d0a561c91fd0f11631ff7e9576b1.tar.gz upstream-aaedf6c8c612d0a561c91fd0f11631ff7e9576b1.tar.bz2 upstream-aaedf6c8c612d0a561c91fd0f11631ff7e9576b1.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>
SVN-Revision: 37635
Diffstat (limited to 'target/linux/ramips/rt305x/profiles')
-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. +# + |