1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

update cfdisk lsblk mkfs 分区软件

This commit is contained in:
suyuan168 2022-01-07 01:50:12 +08:00
parent 2c952b9388
commit 50130b9fce
2 changed files with 4 additions and 0 deletions

View file

@ -656,6 +656,7 @@ if [ -n "$CUSTOM_FEED" ]; then
else else
scripts/feeds install -a -d y -f -p openmptcprouter scripts/feeds install -a -d y -f -p openmptcprouter
fi fi
scripts/feeds install -a
cp .config.keep .config cp .config.keep .config
scripts/feeds install kmod-macremapper scripts/feeds install kmod-macremapper
echo "Done" echo "Done"

3
config
View file

@ -237,5 +237,8 @@ CONFIG_PACKAGE_irqbalance=y
CONFIG_PACKAGE_mtr=y CONFIG_PACKAGE_mtr=y
CONFIG_PACKAGE_sysstat=y CONFIG_PACKAGE_sysstat=y
CONFIG_PACKAGE_coreutils-stty=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-sound-core is not set
# CONFIG_PACKAGE_kmod-video-core is not set # CONFIG_PACKAGE_kmod-video-core is not set