[openwrt/openwrt] qualcommax: ipq60xx: fixes base-files typo
LEDE Commits
lede-commits at lists.infradead.org
Wed Dec 11 08:02:19 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d6be0a203910795ab964fd324da1ca54371643b8
commit d6be0a203910795ab964fd324da1ca54371643b8
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Sat Dec 7 23:16:15 2024 +0800
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 at jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/17230
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../etc/hotplug.d/firmware/{11-ath11-caldata => 11-ath11k-caldata} | 0
target/linux/qualcommax/ipq60xx/base-files/etc/init.d/bootcount | 1 -
2 files changed, 1 deletion(-)
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
similarity index 100%
rename from target/linux/qualcommax/ipq60xx/base-files/etc/hotplug.d/firmware/11-ath11-caldata
rename to 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
old mode 100644
new mode 100755
index e8ff90122b..fbe245d988
--- 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
}
-
More information about the lede-commits
mailing list