diff options
| author | Chukun Pan | 2024-12-07 15:16:15 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-11 16:02:14 +0000 |
| commit | d6be0a203910795ab964fd324da1ca54371643b8 (patch) | |
| tree | 02223a773a268951a040dc93c45221f77e422ae9 | |
| parent | d162fd5ed44af7a33c9aefd72479c1c77f3234e4 (diff) | |
| download | openwrt-d6be0a203910795ab964fd324da1ca54371643b8.tar.gz | |
qualcommax: ipq60xx: fixes base-files typo
* fix caldata file name
* fix bootcount file permission
Fixes: 9c55866 ("qualcommax: ipq60xx: add Linksys MR7350 support")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/17230
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/ipq60xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata (renamed from target/linux/qualcommax/ipq60xx/base-files/etc/hotplug.d/firmware/11-ath11-caldata) | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | target/linux/qualcommax/ipq60xx/base-files/etc/init.d/bootcount | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/qualcommax/ipq60xx/base-files/etc/hotplug.d/firmware/11-ath11-caldata b/target/linux/qualcommax/ipq60xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata index a5e843ee7b..a5e843ee7b 100644 --- a/target/linux/qualcommax/ipq60xx/base-files/etc/hotplug.d/firmware/11-ath11-caldata +++ b/target/linux/qualcommax/ipq60xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata diff --git a/target/linux/qualcommax/ipq60xx/base-files/etc/init.d/bootcount b/target/linux/qualcommax/ipq60xx/base-files/etc/init.d/bootcount index e8ff90122b..fbe245d988 100644..100755 --- a/target/linux/qualcommax/ipq60xx/base-files/etc/init.d/bootcount +++ b/target/linux/qualcommax/ipq60xx/base-files/etc/init.d/bootcount @@ -12,4 +12,3 @@ boot() { ;; esac } - |