From ea76b08bc3c1151ccd7045379716157c8ce718c2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 2 May 2018 11:39:38 +0200 Subject: [PATCH] u-boot: enable HUSH_PARSER for Iomega iConnect without this if ... then ... else is not supported. Signed-off-by: Arne Fitzenreiter --- lfs/u-boot-kirkwood | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/u-boot-kirkwood b/lfs/u-boot-kirkwood index e28993d216..49f458b28b 100644 --- a/lfs/u-boot-kirkwood +++ b/lfs/u-boot-kirkwood @@ -103,8 +103,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make CROSS_COMPILE="" iconnect_config cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" Iomega iConnect - IPFire.org"!' .config cd $(DIR_APP) && sed -i -e 's!^# CONFIG_CMD_BOOTZ is not set!CONFIG_CMD_BOOTZ=y!' .config - cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=.*!CONFIG_IDENT_STRING=" Iomega iConnect - IPFire.org"!' .config - cd $(DIR_APP) && sed -i -e 's!^CONFIG_MTDPARTS_DEFAULT=.*!CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:0xA0000@0x0(uboot),0x40000@0xC0000(uboot_end),-@0x100000(rootfs)"!' .config + cd $(DIR_APP) && sed -i -e 's!^# CONFIG_HUSH_PARSER is not set!CONFIG_HUSH_PARSER=y!' .config + cd $(DIR_APP) && sed -i -e 's!^CONFIG_MTDPARTS_DEFAULT=.*!CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:0xC0000@0x0(uboot),0x40000@0xC0000(uboot_env),-@0x100000(rootfs)"!' .config cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)" cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)" u-boot.kwb cd $(DIR_APP) && install -v -m 644 u-boot.kwb \ -- 2.39.2