From 50130b9fcebc61cba4b38042fea722db41740f6d Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Fri, 7 Jan 2022 01:50:12 +0800 Subject: [PATCH] =?UTF-8?q?update=20cfdisk=20lsblk=20mkfs=20=E5=88=86?= =?UTF-8?q?=E5=8C=BA=E8=BD=AF=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 1 + config | 3 +++ 2 files changed, 4 insertions(+) diff --git a/build.sh b/build.sh index e90cd6cc..d9634543 100755 --- a/build.sh +++ b/build.sh @@ -656,6 +656,7 @@ if [ -n "$CUSTOM_FEED" ]; then else scripts/feeds install -a -d y -f -p openmptcprouter fi +scripts/feeds install -a cp .config.keep .config scripts/feeds install kmod-macremapper echo "Done" diff --git a/config b/config index 51860c5a..cc2a9f8d 100755 --- a/config +++ b/config @@ -237,5 +237,8 @@ CONFIG_PACKAGE_irqbalance=y CONFIG_PACKAGE_mtr=y CONFIG_PACKAGE_sysstat=y CONFIG_PACKAGE_coreutils-stty=y +CONFIG_PACKAGE_cfdisk=y +CONFIG_PACKAGE_lsblk=y +CONFIG_PACKAGE_xfs-mkfs=y # CONFIG_PACKAGE_kmod-sound-core is not set # CONFIG_PACKAGE_kmod-video-core is not set