<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/981213, branch main</title>
<subtitle>Staging tree of Chuanhong Guo</subtitle>
<id>https://git.openwrt.org/openwrt/staging/981213/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/981213/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/'/>
<updated>2024-03-13T06:46:50Z</updated>
<entry>
<title>ds-lite: Add support for IPIP6(RFC2473) tunnel</title>
<updated>2024-03-13T06:46:50Z</updated>
<author>
<name>Arayuki Mago</name>
</author>
<published>2024-02-13T10:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=e55033935134a73275b12748c1ea608831810886'/>
<id>urn:sha1:e55033935134a73275b12748c1ea608831810886</id>
<content type='text'>
Add Generic Packet Tunneling in IPv6 Specification (RFC 2473) support.

Signed-off-by: Arayuki Mago &lt;ms@missing233.com&gt;
Signed-off-by: Chuanhong Guo &lt;gch981213@gmail.com&gt;
</content>
</entry>
<entry>
<title>ramips: add support for Z-ROUTER ZR-2660</title>
<updated>2024-03-12T22:57:41Z</updated>
<author>
<name>Mikhail Zhilkin</name>
</author>
<published>2024-03-02T19:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=1d3d6ef8269aca7ee34fb6ddd1c11d3fe45e785b'/>
<id>urn:sha1:1d3d6ef8269aca7ee34fb6ddd1c11d3fe45e785b</id>
<content type='text'>
This commit adds support for Z-ROUTER ZR-2660 (also known as Routerich
AX1800) wireless WiFi 6 router.

Specification
-------------
- SoC       : MediaTek MT7621AT, MIPS, 880 MHz
- RAM       : 256 MiB
- Flash     : NAND 128 MiB (AMD/Spansion S34ML01G2)
- WLAN      :
  - 2.4 GHz : MediaTek MT7905D/MT7975 (14c3:7916), b/g/n/ax, MIMO 2x2
  - 5 GHz   : MediaTek MT7915E (14c3:7915), a/n/ac/ax, MIMO 2x2
- Ethernet  : 10/100/1000 Mbps x4 (1x WAN, 3x LAN)
- USB       : 1x 2.0
- UART      : 3.3V, 115200n8, pins are silkscreened on the pcb
- Buttons   : 1x Reset
- LEDs      : 1x WiFi 2.4 GHz (green)
              1x WiFi 5 GHz (green)
              1x LAN (green)
              1x WAN (green)
              1x WAN no-internet (red)
- Power     : 12 VDC, 1 A

Installation
------------
1. Run tftp server on your PC (IP: 192.168.2.2) and put OpenWrt initramfs
   image (initramfs.bin) to the tftp root dir
2. Open the following link in the browser to enable telnet:
	http://192.168.2.1/cgi-bin/telnet_ssh
3. Connect to the router (default IP: 192.168.2.1) using telnet shell
   (credentials - user:admin)
4. Run the following commands in the telnet shell (this will install
   OpenWrt initramfs image on nand flash):
	cd /tmp
	tftp -g -r initramfs.bin 192.168.2.2
	mtd write initramfs.bin firmware
	mtd erase firmware_backup
	reboot
5. Copy OpenWrt sysupgrade image (sysupgrade.bin) to the /tmp dir of the
   router
6. Connect to the router (IP: 192.168.1.1) using ssh shell and run
   sysupgrade command:
	sysupgrade -n /tmp/sysupgrade.bin

Return to stock
---------------
1. Copy stock firmware (stock.bin) to the /tmp dir of the router using scp
2. Run following command in the router shell:
	cd /tmp
	mtd write stock.bin firmware
	reboot

Recovery
--------
Connect uart (pins are silkscreened on the pcb), interrupt boot process by
pressing any key, use u-boot menu to flash stock firmware image or OpenWrt
initramfs image.

MAC addresses
-------------
+---------+-------------------+-----------+
|         | MAC               | Algorithm |
+---------+-------------------+-----------+
| LAN     | 24:0f:5e:xx:xx:4c | label     |
| WAN     | 24:0f:5e:xx:xx:4d | label+1   |
| WLAN 2g | 24:0f:5e:xx:xx:4e | label+2   |
| WLAN 5g | 24:0f:5e:xx:xx:4f | label+3   |
+---------+-------------------+-----------+
The WLAN 2.4 MAC was found in 'factory', 0x4
The LAN MAC was found in 'factory', 0xfff4
The WAN MAC was found in 'factory', 0xfffa

Signed-off-by: Mikhail Zhilkin &lt;csharper2005@gmail.com&gt;
</content>
</entry>
<entry>
<title>lldpd: update URL</title>
<updated>2024-03-12T19:41:01Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-03-11T23:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=f753d3152f81bd037e9b7abb1b8c5bf9fe54596b'/>
<id>urn:sha1:f753d3152f81bd037e9b7abb1b8c5bf9fe54596b</id>
<content type='text'>
update Makefile URL

Signed-off-by: Paul Donald &lt;newtwen@gmail.com&gt;
</content>
</entry>
<entry>
<title>lldpd: shellcheck fixes</title>
<updated>2024-03-12T19:40:25Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-03-11T22:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=5364fe0f01ca11b47c55d78f756d3176748dd0c2'/>
<id>urn:sha1:5364fe0f01ca11b47c55d78f756d3176748dd0c2</id>
<content type='text'>
No functionality/behaviour changes; code is synonymous

Tested on: 22.03.6

Signed-off-by: Paul Donald &lt;newtwen@gmail.com&gt;
</content>
</entry>
<entry>
<title>lldpd: implement lldp_policy parameter</title>
<updated>2024-03-12T19:39:06Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-02-08T19:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=497fafb8aea48e764ce0e456f20ab346691e585f'/>
<id>urn:sha1:497fafb8aea48e764ce0e456f20ab346691e585f</id>
<content type='text'>
For certain lldp_class scenarios (2 &amp; 3) a policy must be set also.
Class 4 is default, although it's good to handle the policy eventuality.

Here, set a default lldp_policy for all lldp_class scenarios. Any
lldp_policy can now be set.

Depends on PR #14584 (which introduced an `if` block)

Tested on 22.03.5, 22.03.6

Signed-off-by: Paul Donald &lt;newtwen@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: config: 6.6: disable ZSTD debug info compression by default</title>
<updated>2024-03-12T18:49:56Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-03-12T04:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=532de62e4cd4def2ec261fa7d5fba968cfd8c97f'/>
<id>urn:sha1:532de62e4cd4def2ec261fa7d5fba968cfd8c97f</id>
<content type='text'>
When kernel 6.6 is being compiled with GCC13 it will prompt for:
Compressed Debug information
&gt; 1. Don't compress debug information (DEBUG_INFO_COMPRESSED_NONE)
  2. Compress debugging information with zlib (DEBUG_INFO_COMPRESSED_ZLIB)
  3. Compress debugging information with zstd (DEBUG_INFO_COMPRESSED_ZSTD) (NEW)

This is because kernel now also has support for compressing debug info
with ZSTD, so add the missing symbol and disable it by default.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>ramips: add support for YunCore G720</title>
<updated>2024-03-12T16:48:42Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-03-08T20:20:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=65df33fc76f722701f161dd88828f61c9e31f1d1'/>
<id>urn:sha1:65df33fc76f722701f161dd88828f61c9e31f1d1</id>
<content type='text'>
The YunCore G720 is a dual band 802.11ax router with 5 GbE ports.

Specs:
- SoC: MediaTek MT7621
- Ethernet: 5x GbE ports (built-in MT7530)
- Wireless 2.4GHz / 5GHz: MediaTek MT7915E
- RAM: 256MiB
- ROM: 16MiB (W25Q128)
- 1 Button (reset)
- 8 LEDs (1x system, 2x wifi, 5x switch ports)

Flash instructions:
The vendor firmware is based on OpenWrt, the sysupgrade image can be
flashed using the '-F' (force) option on the CLI.
Make sure not to keep settings when doing so.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>ramips: switch to 6.1 kernel</title>
<updated>2024-03-12T16:28:52Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2024-03-12T11:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=1576474f55e9ffa08c171e4f74c64257fb0bed57'/>
<id>urn:sha1:1576474f55e9ffa08c171e4f74c64257fb0bed57</id>
<content type='text'>
We have had the testing kernel for several weeks now. Let's switch to 6.1
to have more testers. Additionally, 6.6 is already in the pipeline.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>kernel: config: add missing symbol for kenrel 6.6</title>
<updated>2024-03-12T14:52:28Z</updated>
<author>
<name>Weijie Gao</name>
</author>
<published>2024-03-12T14:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=4468cae502b5155f2bd4e1d8aac307acbb56800e'/>
<id>urn:sha1:4468cae502b5155f2bd4e1d8aac307acbb56800e</id>
<content type='text'>
CONFIG_HID_SUPPORT:
Set default value for kmod-hid

CONFIG_USB_CDNS3_IMX:
CONFIG_USB_CDNS3_PCI_WRAP:
CONFIG_USB_CDNSP_PCI:
Introduced by db0d7cf6a1 (usb: add cdns3 support)

Signed-off-by: Weijie Gao &lt;hackpascal@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "kernel: config: add symbol introduced with 6.2"</title>
<updated>2024-03-12T12:01:59Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-03-12T12:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=645b44d8ff06115602bdccdf2ef14b0fe0e410d4'/>
<id>urn:sha1:645b44d8ff06115602bdccdf2ef14b0fe0e410d4</id>
<content type='text'>
This reverts commit 7ea82bc17d1583f4d9d46397846b0eb63e6651eb.

This commit does not meet formal requirments, and has been merged due to
my error.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
</feed>
