1
0
Fork 0
forked from mirror/openwrt

ramips: mt76x8: fix bootcount init script file permissions

The bootcount init script is missing the executable bit (644 instead of 755),
causing the script to not be executable:

  /etc/preinit: line 44: /etc/init.d/bootcount: Permission denied

Fixes: c3b8108a2b ("ramips: Add support for Xiaomi MiWiFi 3A")
Signed-off-by: Oliver Sedlbauer <os@dev.tdt.de>
Link: https://github.com/openwrt/openwrt/pull/22446
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Oliver Sedlbauer 2026-03-16 10:27:38 +01:00 committed by Hauke Mehrtens
parent d405685b44
commit a15b224e83

View file