]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: mt76x8: fix bootcount init script file permissions 22446/head
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:34:17 +0000 (01:34 +0100)
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>
target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount [changed mode: 0644->0755]