mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
patches: carry forward interface generation disable (0021)
Prevents automatic generation of default network interfaces on first boot, allowing full uCentral control. Renumbered from patches/0082. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
From c3d9c6722ad70be08dc7db9578c8f0a1c6105d2f Mon Sep 17 00:00:00 2001
|
||||
From 18d3b0a0dac716030c1c0a62ded060f7ef25fe6c Mon Sep 17 00:00:00 2001
|
||||
From: John Crispin <john@phrozen.org>
|
||||
Date: Tue, 7 Jan 2025 10:33:15 +0100
|
||||
Subject: [PATCH 82/84] base-files: do not generate default interfaces on
|
||||
Subject: [PATCH 21/55] base-files: do not generate default interfaces on
|
||||
firstboot
|
||||
|
||||
Disables automatic network interface generation on firstboot, allowing uCentral to manage all network configuration from the gateway.
|
||||
|
||||
Signed-off-by: John Crispin <john@phrozen.org>
|
||||
---
|
||||
package/base-files/files/bin/config_generate | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/package/base-files/files/bin/config_generate b/package/base-files/files/bin/config_generate
|
||||
index f494fe2de8..23e96b8f5b 100755
|
||||
index ca40a62cd4..01e98b0250 100755
|
||||
--- a/package/base-files/files/bin/config_generate
|
||||
+++ b/package/base-files/files/bin/config_generate
|
||||
@@ -520,7 +520,7 @@ if [ ! -s /etc/config/network ]; then
|
||||
@@ -525,7 +525,7 @@ if [ ! -s /etc/config/network ]; then
|
||||
}
|
||||
|
||||
json_get_keys keys network
|
||||
Reference in New Issue
Block a user