diff options
| author | Oliver Sedlbauer | 2026-03-16 09:27:38 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-03-17 00:58:59 +0000 |
| commit | 81be8a8869a36828ded87c8f5de09214d594d433 (patch) | |
| tree | cce0f469ab1c3e967034cda95ce0375ace05ca61 | |
| parent | 3214b8a3289bfa219706447804a2f1daad3521d9 (diff) | |
| download | openwrt-81be8a8869a36828ded87c8f5de09214d594d433.tar.gz | |
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)
| -rwxr-xr-x[-rw-r--r--] | target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount b/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount index 069b481bb9..069b481bb9 100644..100755 --- a/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount +++ b/target/linux/ramips/mt76x8/base-files/etc/init.d/bootcount |