Commit Graph

52 Commits

Author SHA1 Message Date
AmadeusGhost
f39e4b370b ar71xx: add support for Lute ZK400
Hardware Highlights:
- SoC: Qualcomm Atheros AR9531 (650MHz)
- RAM: 128 MB
- Flash: 16 MB SPI NOR
- Ethernet: 10/100: 1x WAN, 4x LAN
- Wireless: QCA9531 2.4GHz (bgn)
- Button: 1x reset button
- LED: SYS, WAN, Wireless, LAN 1~4

Installation:
 Configure PC with static IP 192.168.1.x, connect PC with one of RJ45
 ports, press the reset button and power up device. Open 192.168.1.1
 address in your browser and upload sysupgrade image.

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-11-01 11:50:37 +08:00
Sungbo Eo
fc0c6c9c1f
ar71xx: fix sysupgrade for Arduino Yun
Commit bb46b635df changed its partition scheme, but sysupgrade image
validation still uses the old format. This commit fixes it so that
force flag is not needed for sysupgrade.

Fixes: bb46b635df ("ar71xx: move Arduino Yun to generic building code")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-08-03 00:39:15 +08:00
AmadeusGhost
142f9724da Merge Lean's source 2020-05-21 12:25:08 +08:00
AmadeusGhost
1457fa8e97
ar71xx: add support for TP-LINK TL-WDR8500 v1 (#4615)
This commit add support for the TP-LINK TL-WDR8500 v1

SOC:	Qualcomm QCA9563 775MHz
RAM:    128MB M14D1G1664A-2.5B DDR2
FLASH:  8MB Winbond 25Q64FVSIG
WLAN1:  QCA9563 2.4GHz 802.11b/g/n 3x3
WLAN2:  QCA9984 5GHz 802.11 n/ac 4x4
Ethernet: 5 x 1000Mbps (1wan, 4lan)

Installation via breed:
Flash into breed-qca956x-uart_rx18_tx22-reset1.bin,
and then edit the environment variables:
  Field: autoboot.command
  Value: boot mem 0x9f020200

From https://www.right.com.cn/forum/thread-328619-1-1.html

Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-05-20 10:00:51 +08:00
CN_SZTL
43e49f8322
Merge Lean's source 2020-03-13 23:00:10 +08:00
haxc
978c3f7a60
Fix mw4530r forgot to add network settings (#3788)
* ath79: add support for TP-Link TL-WR882N/WR885N/WR886N

This adds support for the various clones of the TL-WR885N recently
supported  ("ath79: add support for TP-Link TL-WR885N v1"):

- tplink,tl-wr882n-v1
- tplink,tl-wr882n-v2
- tplink,tl-wr882n-v3
- tplink,tl-wr885n-v1
- tplink,tl-wr885n-v2
- tplink,tl-wr886n-v2
- tplink,tl-wr886n-v3
- tplink,tl-wr886n-v4
- tplink,tl-wr886n-v5
- tplink,tl-wr886n-v6
- tplink,tl-wr886n-v7

These devices are cloned in ar71xx. All models added in this patch are the same hardware CPU

WR885n V2 was tested.

Specifications:
- SOC: Qualcomm Atheros TP9343-AL3A
- CPU: 750MHz
- Flash: 2 MiB (AH1446 25Q16BS1G E5N102)
- RAM: 16 MiB (Zentel A3S28D40JTP-50)
- WLAN: Qualcomm Atheros TP9343 450Mbps
- Ethernet: Atheros AR8228/AR8229  4 port (100M)

添加TP9343芯片的路由器型号支持,TL-WR882N/WR885N/WR886N系列

* ath79: add support for MerCury MW4530R v1

重新添加水星MW4530R路由器支持

* Repair generate mw4530r firmware default is 8M

* Fix mw4530r forgot to add network settings
2020-03-13 22:52:20 +08:00
David Bauer
4a0ec77f38 ar71xx: add missing LED migration for Archer C7
When changing the LED names for the Archer C7 to represent the correct
color, a migration for existing UCI entries was not created.

Add a migration to keep existing LED configurations working.

Fixes commit c79c001b59 ("ar71xx: Archer C7 v1 LED names and RFKILL
fixes")

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 4349d4c682)
2020-03-03 16:38:20 +08:00
haxc
3cde517a11
ath79: add support for TP-Link TL-WR882N/WR885N/WR886N (#3307)
* ath79: add support for TP-Link TL-WR882N/WR885N/WR886N

This adds support for the various clones of the TL-WR885N recently
supported  ("ath79: add support for TP-Link TL-WR885N v1"):

- tplink,tl-wr882n-v1
- tplink,tl-wr882n-v2
- tplink,tl-wr882n-v3
- tplink,tl-wr885n-v1
- tplink,tl-wr885n-v2
- tplink,tl-wr886n-v2
- tplink,tl-wr886n-v3
- tplink,tl-wr886n-v4
- tplink,tl-wr886n-v5
- tplink,tl-wr886n-v6
- tplink,tl-wr886n-v7

These devices are cloned in ar71xx. All models added in this patch are the same hardware CPU

WR885n V2 was tested.

Specifications:
- SOC: Qualcomm Atheros TP9343-AL3A
- CPU: 750MHz
- Flash: 2 MiB (AH1446 25Q16BS1G E5N102)
- RAM: 16 MiB (Zentel A3S28D40JTP-50)
- WLAN: Qualcomm Atheros TP9343 450Mbps
- Ethernet: Atheros AR8228/AR8229  4 port (100M)

添加TP9343芯片的路由器型号支持,TL-WR882N/WR885N/WR886N系列

* ath79: add support for MerCury MW4530R v1

重新添加水星MW4530R路由器支持
2020-02-24 21:31:36 +08:00
coolsnowwolf
8dbb8079e8 fix netbios name with cifsd 2020-02-16 23:25:35 +08:00
AmadeusGhost
2d7f1ed162
ath79: sync and fix wireless (#2919)
This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work.
Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
2020-02-03 23:45:16 +08:00
coolsnowwolf
ecea39f109 Revert "files: sync from openwrt v19.07 (#2690)"
This reverts commit 2289184a62.
2020-02-03 12:33:25 +08:00
AmadeusGhost
2289184a62
files: sync from openwrt v19.07 (#2690) 2020-02-01 16:50:37 +08:00
LEAN-ESX
4cf64c5142 ar71xx: fix letv board name 2020-01-08 06:14:24 -08:00
LEAN-ESX
3599a11eba ar71xx: enable 802.11kvr and WPA3 2019-12-15 21:42:08 -08:00
huah0235
59f2142543 add wdr6500v6 support (#1421) 2019-06-28 23:34:11 +08:00
coolsnowwolf
c3bb5f072f ar71xx: add SGR-W500-N85b v2.0 and TL-WDR3227 v2(ar934x+ar8035) support 2019-04-18 12:53:34 +08:00
coolsnowwolf
4482d1997f ar71xx: fix ARRIS SBR-AC1750 web upgrade support 2019-02-14 01:29:51 +08:00
coolsnowwolf
d6e47bc8c2 ar71xx: sbr-ac1750 modified the MAC address of eth0 and the size of rootfs1 2019-01-18 14:21:28 +08:00
coolsnowwolf
83bafa8ab0 fix sbr-ac1750 MAC address and 5G 2019-01-16 12:30:37 +08:00
coolsnowwolf
4c8a7bbb35 ar71xx: add support for sbr-ac1750 board from Mleaf 2019-01-14 17:29:32 +08:00
coolsnowwolf
f36dc71bf0 Revert "ar71xx: add ARRIS SBR-AC1750 router support"
This reverts commit 0eb7df2503.
2019-01-14 17:27:10 +08:00
coolsnowwolf
0eb7df2503 ar71xx: add ARRIS SBR-AC1750 router support 2019-01-13 22:21:41 +08:00
coolsnowwolf
d24aebd9c6 move k2t support in ar71xx 2019-01-02 21:13:56 +08:00
imbrolla
ccf0551555 add TP-LINK TL-880n v1 881n v1 2041n v1 2041n v2 (#651)
* Update mach-tl-wr941n-v7.c

* Update config-4.14

* Update config-4.9

* Update config-default

* Update 01_leds

* Update 02_network

* Update 01_leds

* Update diag.sh

* Update platform.sh

* Update ar71xx.sh

* Update config-4.9

* Update config-4.9

* Update config-4.14

* Update config-default

* Update config-default

* Update tiny-tp-link.mk

* Update generic-tp-link.mk

* Update 02_network

* Update mach-tl-wr941n-v7.c

* Update mach-tl-wr941n-v7.c
2018-10-12 22:23:12 +08:00
coolsnowwolf
e7a048f438
Merge pull request #537 from mcucore/master
add TP-Link WR941N V7 support
2018-09-27 13:04:09 +08:00
coolsnowwolf
fb3d32fdf1 display ar71xx cpu clock Mhz in luci homepage 2018-09-27 00:55:32 +08:00
McuCore
b4068d7818 add TP-Link WR941N V7 support 2018-09-09 22:07:31 +08:00
coolsnowwolf
2ca861b5a9 add kernel 4.14 support for ar71xx 2018-09-08 16:01:41 +08:00
coolsnowwolf
9ba04fd0d7 sync with OpenWrt v18.06.1 stable new R8.1 version 2018-08-23 17:40:23 +08:00
coolsnowwolf
92dc4ae2f0 revert: display ar71xx cpu clock Mhz in luci 2018-06-13 14:32:30 +08:00
coolsnowwolf
bce04f5924 switch ar71xx to kernel 4.14 (including K2T 2018-06-13 10:39:07 +08:00
coolsnowwolf
9ae8d6f973 display ar71xx cpu clock Mhz in luci 2018-06-10 16:28:56 +08:00
coolsnowwolf
ad21a419df fix Phicomm K2T A3 board support 2018-06-10 14:45:46 +08:00
coolsnowwolf
118cd55d51 fix K2T mac address 2018-06-08 12:19:33 +08:00
coolsnowwolf
91f28ecb47 add Phicomm K2T support 2018-06-08 11:41:48 +08:00
coolsnowwolf
e3aadb1ec1 re-add TP-link 941N v7 and update Samba4 po 2018-05-21 14:29:37 +08:00
coolsnowwolf
8fe0636b8a Merge branch 'master' of github.com:lede-project/source 2018-04-23 18:50:49 +08:00
coolsnowwolf
20f7e75789 update to R7.5.4 2018-01-15 18:26:41 +08:00
coolsnowwolf
5878dd27de add TL-link 941N v7 4m to tiny target 2018-01-14 23:12:38 +08:00
coolsnowwolf
66dbc4d0d7 add support for tiny kernel for ar71xx (Tplink 4M or DW33D etc) 2018-01-14 22:22:06 +08:00
coolsnowwolf
f43fcdb2f9
Merge pull request #204 from imbrolla/master
添加 mw316 v1, sgr w500 ebi fit v3,comba ap2600i,comba ap2600ifm机型。修复2041,941v7机型显示问题
2017-12-12 15:03:52 +08:00
WouldChar
b0e95a6af7 Rework for tl-wdr6500 v6
* offical firmware mac addr: 0x1b80d
   offical firmware art data addr: 0x1c000, 0x1d000

   if you are the first time to flash lede firmware,
   please copy 64kb mac and art data to the end of flash

   erase 0x9f7f0000 +0x10000
   cp.b 0x80060000 0x9f01b000 0x10000
   cp.b 0x9f7f0000 0x80060000 0x10000

   new mac addr: 0x7f080d
   new art data addr: 0x7f1000, 0x7f2000
2017-12-01 22:53:22 +08:00
imbrolla
194dbffcf6 fix tl wr2041n v1 tl wr2041n v2 tl wr941n v7 2017-11-30 03:28:52 +08:00
imbrolla
0759aaa96d add mw316 v1, sgr w500 ebi fit v3,comba ap2600i,comba ap2600ifm. 2017-11-28 04:53:01 +08:00
imbrolla
95a7137bf8 add sgr-w500-n85b-v2 2017-11-17 03:23:24 +08:00
imbrolla
2fc7c3ef53 add tl-wr842 v9 and tl-wr882 v1 2017-11-14 03:48:39 +08:00
imbrolla
d228ba0d1f add tl-wdr6500 v6 2017-11-13 13:06:14 +08:00
imbrolla
698ab19b77 add 941n v7 2017-11-13 11:16:24 +08:00
coolsnowwolf
521ca2dfd7 fix DW33D kernel part too big in 4.9 2017-10-20 01:41:04 +08:00
coolsnowwolf
d3ce52d090 ar71xx: update kernel from 4.4 to 4.9.54 2017-10-12 16:12:47 +08:00