From 36eea8b73fba556282bc5d65735f8b33f4224e79 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 19 Aug 2017 13:38:09 +0200 Subject: [PATCH] Update GL.iNet company name --- Makefile | 4 ++-- README.md | 8 ++++---- u-boot/Makefile | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index b4053ee..bbde6c0 100644 --- a/Makefile +++ b/Makefile @@ -209,7 +209,7 @@ endef COMMON_AR933X_TARGETS = \ gainstrong_oolite_v1_dev \ - gl-innovations_gl-inet-6416 \ + gl-inet_6416 \ tp-link_tl-mr10u \ tp-link_tl-mr13u \ tp-link_tl-mr3020 \ @@ -247,7 +247,7 @@ $(COMMON_ETHS27_TARGETS): 8devices_carambola2 \ alfa-network_hornet-ub \ creatcomm-technology_d3321 \ -gl-innovations_gl-ar150: +gl-inet_gl-ar150: @$(call build,256,1) alfa-network_ap121f: diff --git a/README.md b/README.md index 1a7378c..badea7d 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Currently supported devices: - Black Swift - CreatComm Technology D3321 - Dragino 2 (MS14) - - GL Innovations GL-AR150 - - GL Innovations GL.iNet 64xxA ([photos in my gallery](http://galeria.tech-blog.pl/GLiNet/)) + - GL.iNet 64xxA ([photos in my gallery](http://galeria.tech-blog.pl/GLiNet/)) + - GL.iNet GL-AR150 - GS-Oolite/Elink EL-M150 module with dev board ([photos in my gallery](http://galeria.tech-blog.pl/Elink_EL-M150_Development-Board/)) - TP-Link TL-MR10U v1 ([photos in my gallery](http://galeria.tech-blog.pl/TP-Link_TL-MR10U/)) - TP-Link TL-MR13U v1 @@ -135,8 +135,8 @@ More information about supported devices: | [D-Link DIR-505 H/W ver. A1](http://wiki.openwrt.org/toh/d-link/dir-505) | AR1311 | 8 MiB | 64 MiB DDR2 | 64 KiB, LZMA | RO | | [Dragino 2 (MS14)](http://wiki.openwrt.org/toh/dragino/ms14) | AR9331 | 16 MiB | 64 MiB DDR1 | 192 KiB | R/W | | [EnGenius ENS202EXT](https://wiki.openwrt.org/toh/engenius/engenius_ens202ext_1.0.0) | AR9341 | 16 MiB | 64 MiB DDR1 | 256 KiB | R/W | -| GL Innovations GL-AR150 | AR9331 | 16 MiB | 64 MiB DDR2 | 256 KiB | R/W | -| [GL Innovations GL.iNet 64xxA](http://wiki.openwrt.org/toh/gl-inet/gl-inet) | AR9331 | 8/16 MiB | 64 MiB DDR1 | 64 KiB | RO | +| [GL.iNet 64xxA](http://wiki.openwrt.org/toh/gl-inet/gl-inet) | AR9331 | 8/16 MiB | 64 MiB DDR1 | 64 KiB | RO | +| GL.iNet GL-AR150 | AR9331 | 16 MiB | 64 MiB DDR2 | 256 KiB | R/W | | GS-Oolite/Elink EL-M150 module | AR9331 | 4/8/16 MiB | 64 MiB DDR2 | 64 KiB, LZMA | RO | | P&W CPE505N | QCA9531 | 16 MiB | 64 MiB DDR2 | 256 KiB | R/W | | P&W R602N | QCA9531 | 16 MiB | 64 MiB DDR2 | 256 KiB | R/W | diff --git a/u-boot/Makefile b/u-boot/Makefile index fe12914..0d04c64 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -464,14 +464,14 @@ gainstrong_oolite_v1_dev: ar933x_common @$(call define_add,CONFIG_FOR_GS_OOLITE_V1_DEV,1) @$(MKCONFIG) -a ap121 mips mips ap121 ar7240 ar7240 -gl-innovations_gl-ar150: ar933x_common - @$(call config_init,GL Innovations GL-AR150,gl-ar150,16,11,,QCA_AR933X_SOC) - @$(call define_add,CONFIG_FOR_GL_AR150,1) +gl-inet_6416: ar933x_common + @$(call config_init,GL.iNet 6416,glinet-6416,8,11,,QCA_AR933X_SOC) + @$(call define_add,CONFIG_FOR_GL_INET,1) @$(MKCONFIG) -a ap121 mips mips ap121 ar7240 ar7240 -gl-innovations_gl-inet-6416: ar933x_common - @$(call config_init,GL Innovations GL.iNet 6416,glinet-6416,8,11,,QCA_AR933X_SOC) - @$(call define_add,CONFIG_FOR_GL_INET,1) +gl-inet_gl-ar150: ar933x_common + @$(call config_init,GL.iNet GL-AR150,gl-ar150,16,11,,QCA_AR933X_SOC) + @$(call define_add,CONFIG_FOR_GL_AR150,1) @$(MKCONFIG) -a ap121 mips mips ap121 ar7240 ar7240 p2w_cpe505n: qca953x_common -- 2.25.1