openwrt/target/linux/ramips
Sungbo Eo 763914ef1b ramips: improve netis WF-2881 support
This patch does the following:

1. remove u-boot-env partition
   Stock bootloader saves env variables at 0x80000 in flash,
   and there is nothing stored at 0x30000.
   By merging the partition "u-boot-env" with "u-boot",
   the partition table becomes the same as used in stock firmware:
   00000000-00080000: "Bootloader"
   00080000-00100000: "Config"
   00100000-00140000: "Factory"
   00140000-07f80000: "Kernel"

2. fix LAN/WAN MAC addresses and provide label MAC address
   Ethernet MAC addresses are stored in factory partition at:
   0xe000: LAN (label_mac)
   0xe006: WAN (label_mac+1)

3. fix LAN port order
   WF-2881 LAN ports are in reverse order of switch ports.

4. fix WiFi LEDs
   mt76 led nodes are added to make WiFi LEDs work.
   On top of this, mt76 node names are changed to more generic ones,
   and compatible strings are also added.

5. fix pinmux groups
   uart3 and uart2 pins are used as button and led, but jtag pins are not.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2019-11-06 00:27:55 +01:00
..
base-files ramips: split base-files into subtargets 2019-11-03 00:26:17 +01:00
dts ramips: improve netis WF-2881 support 2019-11-06 00:27:55 +01:00
files-4.14/drivers ramips: ethernet: Replace random_ether_addr with eth_hw_addr_random 2019-10-27 14:13:47 +01:00
image ramips: fix MTK_SOC for RT3662 devices 2019-11-04 15:22:54 +01:00
mt76x8 ramips: split base-files into subtargets 2019-11-03 00:26:17 +01:00
mt7620 ramips: add support for ZBT WE1026-H 2019-11-03 15:10:22 +01:00
mt7621 ramips: improve netis WF-2881 support 2019-11-06 00:27:55 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.147 2019-10-08 12:44:35 +02:00
rt288x ramips: split base-files into subtargets 2019-11-03 00:26:17 +01:00
rt305x ramips: split base-files into subtargets 2019-11-03 00:26:17 +01:00
rt3883 ramips: split base-files into subtargets 2019-11-03 00:26:17 +01:00
Makefile ramips: switch to linux 4.14 2018-04-06 18:07:43 +02:00
modules.mk kernel: Fix kmod-regmap split 2019-01-27 11:07:14 +01:00