]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ramips: mt76x8: fix bootcount init script file permissions
authorOliver Sedlbauer <os@dev.tdt.de>
Mon, 16 Mar 2026 09:27:38 +0000 (10:27 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 17 Mar 2026 00:58:59 +0000 (01:58 +0100)
commit81be8a8869a36828ded87c8f5de09214d594d433
treecce0f469ab1c3e967034cda95ce0375ace05ca61
parent3214b8a3289bfa219706447804a2f1daad3521d9
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: c3b8108a2be4 ("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>
(cherry picked from commit a15b224e8309fa203dcc23fe95c8cf8dd748255d)
target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount [changed mode: 0644->0755]