mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-11-04 04:18:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
From f88771a522d983e6e169b66c56d9f8ff2e420653 Mon Sep 17 00:00:00 2001
 | 
						|
From: John Crispin <john@phrozen.org>
 | 
						|
Date: Sun, 16 Jul 2023 17:30:49 +0200
 | 
						|
Subject: [PATCH 65/68] ipq807x: drop nand.sh from base-files
 | 
						|
 | 
						|
Signed-off-by: John Crispin <john@phrozen.org>
 | 
						|
---
 | 
						|
 package/base-files/Makefile | 7 +++++++
 | 
						|
 1 file changed, 7 insertions(+)
 | 
						|
 | 
						|
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
 | 
						|
index dc89de2035..49689a3f03 100644
 | 
						|
--- a/package/base-files/Makefile
 | 
						|
+++ b/package/base-files/Makefile
 | 
						|
@@ -138,6 +138,12 @@ ifeq ($(CONFIG_NAND_SUPPORT),)
 | 
						|
   endef
 | 
						|
 endif
 | 
						|
 
 | 
						|
+ifeq ($(CONFIG_TARGET_ipq95xx)$(CONFIG_TARGET_ipq53xx),y)
 | 
						|
+  define Package/base-files/ipq807x-support
 | 
						|
+	rm -f $(1)/lib/upgrade/nand.sh
 | 
						|
+  endef
 | 
						|
+endif
 | 
						|
+
 | 
						|
 ifeq ($(CONFIG_EMMC_SUPPORT),)
 | 
						|
   define Package/base-files/emmc-support
 | 
						|
 	rm -f $(1)/lib/upgrade/emmc.sh
 | 
						|
@@ -155,6 +161,7 @@ define Package/base-files/install
 | 
						|
 	$(CP) ./files/* $(1)/
 | 
						|
 	$(Package/base-files/install-key)
 | 
						|
 	$(Package/base-files/nand-support)
 | 
						|
+	$(Package/base-files/ipq807x-support)
 | 
						|
 	$(Package/base-files/legacy-sdcard-support)
 | 
						|
 	$(Package/base-files/emmc-support)
 | 
						|
 	if [ -d $(GENERIC_PLATFORM_DIR)/base-files/. ]; then \
 | 
						|
-- 
 | 
						|
2.34.1
 | 
						|
 |