From: Oliver Sedlbauer Date: Mon, 16 Mar 2026 09:27:38 +0000 (+0100) Subject: ramips: mt76x8: fix bootcount init script file permissions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a15b224e8309fa203dcc23fe95c8cf8dd748255d;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/22446 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount b/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount old mode 100644 new mode 100755