Right, I realized after posting that snapshots do not have Luci installed, sorry for the needless request.
I can confirm I'm on OpenWRT
root@OpenWrt:~# ubus call system board
{
"kernel": "5.15.113",
"hostname": "OpenWrt",
"system": "ARMv8 Processor rev 4",
"model": "Zyxel NBG7815",
"board_name": "zyxel,nbg7815",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "SNAPSHOT",
"revision": "r23104-ef98dc3b3e",
"target": "ipq807x/generic",
"description": "OpenWrt SNAPSHOT r23104-ef98dc3b3e"
}
}
root@OpenWrt:~#
now I just need to understand how to install packages offline since I need some of them to make the WAN work...
Btw another strange thing I noticed is related to the partitions:
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime,errors=continue)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/loop0 on /overlay type ext4 (rw,noatime)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work,xino=off)
tmpfs on /dev type tmpfs (rw,nosuid,noexec,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,noatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
bpffs on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,noatime,mode=700)
root@OpenWrt:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 7.0M 7.0M 0 100% /rom
tmpfs 434.1M 64.0K 434.0M 0% /tmp
/dev/loop0 44.8M 192.0K 40.9M 0% /overlay
overlayfs:/overlay 44.8M 192.0K 40.9M 0% /
tmpfs 512.0K 0 512.0K 0% /dev
root@OpenWrt:~#
It looks like It's missing something, isn't it? As I said in a previous message, I got some errors from the flash_to_openwrt.sh script, could it be that it mangled the partitions?