[openwrt/openwrt] qoriq: fix typo in FEATURES
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 11 06:25:36 PST 2022
stintel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/5725b773b463bbaca4be128a2b14ea7f6634b97a
commit 5725b773b463bbaca4be128a2b14ea7f6634b97a
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Oct 5 14:05:55 2022 +0300
qoriq: fix typo in FEATURES
There is no root-part FEATURE.
Reported-by: Karl Palsson <karlp at etactica.com>
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
(cherry picked from commit dc51342d34c267d6dc8c69d72979cab394f49d4b)
---
target/linux/qoriq/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile
index 2dc08afd8c..660d9d85a6 100644
--- a/target/linux/qoriq/Makefile
+++ b/target/linux/qoriq/Makefile
@@ -8,7 +8,7 @@ ARCH:=powerpc64
BOARD:=qoriq
BOARDNAME:=NXP QorIQ (PowerPC)
CPU_TYPE:=e5500
-FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk root-part rtc source-only
+FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc source-only
SUBTARGETS:=generic
KERNEL_PATCHVER:=5.10
More information about the lede-commits
mailing list