mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 19:37:51 +00:00
patches: add IPQ807x sysupgrade config behaviour (0047)
Prevents carrying configuration over during sysupgrade on IPQ807x targets. New patch for 24.10. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -0,0 +1,32 @@
|
|||||||
|
From 7327fc242b2fe08cc7050a0e85aa97b1020cf4fc Mon Sep 17 00:00:00 2001
|
||||||
|
From: John Crispin <john@phrozen.org>
|
||||||
|
Date: Sat, 15 Jul 2023 16:10:26 +0200
|
||||||
|
Subject: [PATCH 47/55] ipq807x: do not carry config over during sysupgrade
|
||||||
|
|
||||||
|
Removes u-boot environment config files from conffiles list to prevent configuration preservation during sysupgrade on managed devices.
|
||||||
|
|
||||||
|
Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
|
---
|
||||||
|
package/boot/uboot-envtools/Makefile | 6 ------
|
||||||
|
1 file changed, 6 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
|
||||||
|
index 61939be6de..11a32c7ba6 100644
|
||||||
|
--- a/package/boot/uboot-envtools/Makefile
|
||||||
|
+++ b/package/boot/uboot-envtools/Makefile
|
||||||
|
@@ -59,12 +59,6 @@ MAKE_FLAGS += \
|
||||||
|
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
TARGET_LDFLAGS="$(TARGET_LDFLAGS)"
|
||||||
|
|
||||||
|
-define Package/uboot-envtools/conffiles
|
||||||
|
-/etc/config/ubootenv
|
||||||
|
-/etc/fw_env.config
|
||||||
|
-/etc/fw_sys.config
|
||||||
|
-endef
|
||||||
|
-
|
||||||
|
define Package/uboot-envtools/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tools/env/fw_printenv $(1)/usr/sbin
|
||||||
|
--
|
||||||
|
2.34.1
|
||||||
|
|
||||||
Reference in New Issue
Block a user