From aed46765228e174060602ec7fcd35c7bac904bad Mon Sep 17 00:00:00 2001 From: jeka Date: Fri, 15 Dec 2023 16:19:23 +0500 Subject: [PATCH] 123 --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 1ee9210..44a9357 100755 --- a/build.sh +++ b/build.sh @@ -46,21 +46,21 @@ fi PREINSTALLED_PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage blockdev" # some kernel modules may also be needed for your hardware -#PREINSTALLED_PACKAGES+=" kmod-usb-uhci kmod-usb-ohci" +PREINSTALLED_PACKAGES+=" kmod-usb-uhci kmod-usb-ohci" # these are needed for the proper functioning of the auto extroot scripts PREINSTALLED_PACKAGES+=" blkid mount-utils swap-utils e2fsprogs fdisk" # the following packages are optional, feel free to (un)comment them -PREINSTALLED_PACKAGES+=" wireless-tools firewall4" +PREINSTALLED_PACKAGES+=" wireless-tools firewall4 wireguard-tools kmod-wireguard luci-proto-wireguard" PREINSTALLED_PACKAGES+=" kmod-usb-storage-extras kmod-mmc" -PREINSTALLED_PACKAGES+=" ppp ppp-mod-pppoe ppp-mod-pppol2tp ppp-mod-pptp kmod-ppp kmod-pppoe" +#PREINSTALLED_PACKAGES+=" ppp ppp-mod-pppoe ppp-mod-pppol2tp ppp-mod-pptp kmod-ppp kmod-pppoe" PREINSTALLED_PACKAGES+=" luci" # you exclude packages with this to shrink the image for # routers with smaller flash storage. -# SAVE_SPACE_PACKAGES=" -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -ath10k" -SAVE_SPACE_PACKAGES="" +SAVE_SPACE_PACKAGES=" -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -ath10k" +#SAVE_SPACE_PACKAGES="" PREINSTALLED_PACKAGES+=${SAVE_SPACE_PACKAGES}