Hello,
I'd like to port OpenWRT to this access point. I have not gained serial console access yet, but it seems that the hardware is well supported (same CPU as EdgeRouter lite and ath9k radios). The other similarity with the EdgeRouter is that it has a 256 USB DOM, but I couldn't find a kernel in it, so it might be on the builtin flash memory. I have a DOM dump, but i cannot share it now because it contains credentials that I cannot share, but here's fdisk
output:
Disk /dev/sdb: 245 MiB, 256901120 bytes, 501760 sectors
Disk model: ZyWALL_USG
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Dispositivo Avvio Start Fine Settori Size Id Tipo
/dev/sdb1 62 9919 9858 4,8M 83 Linux
/dev/sdb2 9920 150783 140864 68,8M 83 Linux
/dev/sdb3 150784 486079 335296 163,7M 83 Linux
and here is a tree of the last two file systems:
.
├── 49A0000.ext
├── 4D8000.ext
├── ext-root
│ ├── compress.img
│ ├── etc_writable
│ │ ├── ksyms
│ │ ├── ksyms_last
│ │ └── zyxel
│ │ └── conf
│ │ ├── __eps_checking_default.xml
│ │ ├── startup-config.conf.xml
│ │ ├── startup-config-device-ha.xml
│ │ ├── __system_default_device_ha.xml
│ │ └── __system_default.xml
│ ├── filechecksum
│ ├── filechecksum.tmp
│ ├── filelist
│ ├── fwversion
│ ├── fwversion.old
│ └── fwversion.tmp
└── ext-root-0
└── etc
├── custmiz_image
│ ├── custmiz_page.css
│ └── logo
└── zyxel
└── ftp
├── cert
│ ├── default
│ ├── default.prv
│ └── version
├── conf
│ ├── lastgood.conf
│ ├── startup-config.conf
│ └── system-default.conf
├── Firmware
├── tmp
│ ├── bbhangs_cnt1
│ └── bbhangs_cnt2
└── wtp_image
├── cwinfo
├── cw_ver
├── self.img
└── _self.img.extracted
└── 0.zip
14 directories, 31 files
What can I do next?