mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
7adc29f59e
Based on work by Alexey Loukianov <lx2@lexa2.ru> and others. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
19 lines
558 B
Diff
19 lines
558 B
Diff
diff --git a/configs/mt7623n_bpir2_defconfig b/configs/mt7623n_bpir2_defconfig
|
|
index 6b9fbd7e22..fb2a004803 100644
|
|
--- a/configs/mt7623n_bpir2_defconfig
|
|
+++ b/configs/mt7623n_bpir2_defconfig
|
|
@@ -52,3 +52,13 @@ CONFIG_TIMER=y
|
|
CONFIG_WDT_MTK=y
|
|
CONFIG_LZMA=y
|
|
# CONFIG_EFI_LOADER is not set
|
|
+CONFIG_CMD_BOOTZ=y
|
|
+CONFIG_OF_LIBFDT_OVERLAY=y
|
|
+#enables savenenv-command
|
|
+CONFIG_ENV_IS_IN_FAT=y
|
|
+CONFIG_ENV_FAT_INTERFACE="mmc"
|
|
+CONFIG_ENV_FAT_DEVICE_AND_PART=":2"
|
|
+CONFIG_ENV_FAT_FILE="uboot.env"
|
|
+CONFIG_CMD_ASKENV=y
|
|
+CONFIG_ENV_SIZE=0x2000
|
|
+CONFIG_CMD_SETEXPR=y
|