[openwrt/openwrt] uboot-mediatek: fixes defconfig typo for UniFi 6 LR
LEDE Commits
lede-commits at lists.infradead.org
Tue Oct 11 05:34:18 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bb212092dfef41ace28f599324d45062a52746ab
commit bb212092dfef41ace28f599324d45062a52746ab
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Mon Oct 3 23:26:19 2022 +0800
uboot-mediatek: fixes defconfig typo for UniFi 6 LR
CONFIG_CMD_MTDPART does not exist, fix it.
Fixes: e9ad412 ("uboot-mediatek: add build for Ubiquiti Networks UniFi 6 LR")
Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
---
package/boot/uboot-mediatek/patches/412-add-ubnt-unifi-6-lr.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-mediatek/patches/412-add-ubnt-unifi-6-lr.patch b/package/boot/uboot-mediatek/patches/412-add-ubnt-unifi-6-lr.patch
index 8279d250f3..cd6aaf8faa 100644
--- a/package/boot/uboot-mediatek/patches/412-add-ubnt-unifi-6-lr.patch
+++ b/package/boot/uboot-mediatek/patches/412-add-ubnt-unifi-6-lr.patch
@@ -64,7 +64,7 @@
+CONFIG_CMD_LINK_LOCAL=y
+# CONFIG_CMD_MBR is not set
+CONFIG_CMD_MTD=y
-+CONFIG_CMD_MTDPART=y
++CONFIG_CMD_MTDPARTS=y
+# CONFIG_CMD_PCI is not set
+CONFIG_CMD_SF_TEST=y
+CONFIG_CMD_PING=y
More information about the lede-commits
mailing list