[openwrt/openwrt] qoriq: fix typo in FEATURES
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 5 04:36:31 PDT 2022
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/dc51342d34c267d6dc8c69d72979cab394f49d4b
commit dc51342d34c267d6dc8c69d72979cab394f49d4b
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>
---
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 d6a84634e2..a92186fd6e 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