From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:54 +0000 Subject: [PATCH] enable tun/tap/iptables --- u-boot/include/configs/rockchip-common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/u-boot/include/configs/rockchip-common.h b/u-boot/include/configs/rockchip-common.h index 870da94..002dcd6 100644 --- a/u-boot/include/configs/rockchip-common.h +++ b/u-boot/include/configs/rockchip-common.h @@ -158,7 +158,7 @@ "setenv devtype spinand; setenv devnum 0;" \ "elif rksfc dev 1; then " \ "setenv devtype spinor; setenv devnum 1;" \ - "else" \ + "else;" \ "setenv devtype ramdisk; setenv devnum 0;" \ "fi; \0" -- Gitblit v1.6.2