Hi everyone,
I'm testing OpenWRT 24.10.2 on a UniFi AP LR and encountering an issue where the device resets to factory defaults after every reboot.
Details:
- Upgraded from 23.05.5 (which worked fine) to 24.10.2 (where the problem occurs)
- Using firmware built via Firmware Selector with these custom packages:
base-files ca-bundle dropbear firewall4 fstools kmod-ath9k kmod-gpio-button-hotplug kmod-nft-offload libc libgcc libustream-mbedtls logd mtd netifd nftables opkg ppp ppp-mod-pppoe procd-ujail swconfig uboot-envtools uci uclient-fetch urandom-seed urngd wpad kmod-usb2 luci openwisp-config openwisp-monitoring netjson-monitoring sqm-scripts iperf3
Observations:
- With stock firmware (no custom packages): If I configure manually after flashing, settings persist after reboot
- With custom firmware:
- On 23.05.5: No issues
- On 24.10.2: Always resets
File size:
ls -all test.bin -> -rw-r--r-- 1 a a 7537482 1 lug 12.03 test.bin
Could this be a problem resulting from limited space?
root@OpenWrt:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 4.8M 4.8M 0 100% /rom
tmpfs 27.5M 136.0K 27.3M 0% /tmp
tmpfs 27.5M 80.0K 27.4M 0% /tmp/root
overlayfs:/tmp/root 27.5M 80.0K 27.4M 0% /
tmpfs 512.0K 0 512.0K 0% /dev
Thanks in advance for any help or suggestions!