diff options
author | Maxim Anisimov <maxim.anisimov.ua@gmail.com> | 2023-01-20 14:23:40 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-28 21:45:34 +0100 |
commit | 3690c4a092e2590a2cd5d06855eb905012dced6b (patch) | |
tree | f34a9a45431a6d10bb3956254c8600dec2cfd061 /target/linux/ramips/image/mt76x8.mk | |
parent | 2fe29794b11928f363a38d312a53f56a0043df91 (diff) | |
download | upstream-3690c4a092e2590a2cd5d06855eb905012dced6b.tar.gz upstream-3690c4a092e2590a2cd5d06855eb905012dced6b.tar.bz2 upstream-3690c4a092e2590a2cd5d06855eb905012dced6b.zip |
ramips: improve support for Zyxel Keenetic Extra II
- drop unneeded default-state for led_power
- concat firmware partitions to extend available free space
- increase spi flash frequency to 32 Mhz (value from stock firmware bootlog)
- drop broken-flash-reset because of onboard flash chip W25Q256FV has reset support
- add compatible for pcie wifi according to kernel documetation
- switch to wan mac address with offset 0x28 in rf-eeprom
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Diffstat (limited to 'target/linux/ramips/image/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index f482872813..156aa634be 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -1029,7 +1029,7 @@ endef TARGET_DEVICES += zbtlink_zbt-we1226 define Device/zyxel_keenetic-extra-ii - IMAGE_SIZE := 14912k + IMAGE_SIZE := 29824k BLOCKSIZE := 64k DEVICE_VENDOR := ZyXEL DEVICE_MODEL := Keenetic Extra II |