mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 17:15:08 +00:00
x300b: Disable the serial port without using dts
Instead of using dts to close the serial port, add files/etc/inittab file to close it. Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
This commit is contained in:
parent
5ec4b5320a
commit
b073e9fe53
@ -1,4 +1,4 @@
|
||||
From 52e55e9b19f179f2a71472dc46f6ec50a1eb3069 Mon Sep 17 00:00:00 2001
|
||||
From d3fd1b434fb89403801c2d201d08cef082962658 Mon Sep 17 00:00:00 2001
|
||||
From: niyin <yin.ni@gl-inet.com>
|
||||
Date: Sat, 28 Jan 2023 00:26:02 -0800
|
||||
Subject: [PATCH] x300b: support x300b target
|
||||
@ -233,7 +233,7 @@ index 5f5646b3e0..0000000000
|
||||
-};
|
||||
diff --git a/target/linux/ath79/dts/qca9531_glinet_gl-x300b.dtsi b/target/linux/ath79/dts/qca9531_glinet_gl-x300b.dtsi
|
||||
new file mode 100644
|
||||
index 0000000000..8def460083
|
||||
index 0000000000..cf2735cb6b
|
||||
--- /dev/null
|
||||
+++ b/target/linux/ath79/dts/qca9531_glinet_gl-x300b.dtsi
|
||||
@@ -0,0 +1,206 @@
|
||||
@ -419,10 +419,10 @@ index 0000000000..8def460083
|
||||
+ };
|
||||
+
|
||||
+};
|
||||
+
|
||||
+/*
|
||||
+&bootargs {
|
||||
+ bootargs="";
|
||||
+};
|
||||
+};*/
|
||||
+
|
||||
+ð0 {
|
||||
+ status = "okay";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user