From 99c6061192beebc1d449ccf574cc377234a8c835 Mon Sep 17 00:00:00 2001 From: jeka Date: Mon, 18 Dec 2023 18:02:16 +0500 Subject: [PATCH] fix --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 44a9357..bc2e062 100755 --- a/build.sh +++ b/build.sh @@ -59,7 +59,8 @@ 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=" -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -ath10k" +SAVE_SPACE_PACKAGES=" -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables" #SAVE_SPACE_PACKAGES="" PREINSTALLED_PACKAGES+=${SAVE_SPACE_PACKAGES}