From 98329972105936c268571823aba048cfdbb4f2e8 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 9 Dec 2019 15:56:20 +0100 Subject: [PATCH] make.sh: Remove dropped packages from build list. Signed-off-by: Stefan Schantl --- make.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 612778fa6e..b03438c538 100755 --- a/make.sh +++ b/make.sh @@ -1330,7 +1330,6 @@ buildipfire() { lfsmake2 python-daemon lfsmake2 python-ipaddress lfsmake2 glib - lfsmake2 GeoIP lfsmake2 ntp lfsmake2 openssh lfsmake2 fontconfig @@ -1629,7 +1628,6 @@ buildipfire() { lfsmake2 flashrom lfsmake2 firmware-update lfsmake2 tshark - lfsmake2 geoip-generator lfsmake2 speedtest-cli lfsmake2 libloc } @@ -1983,3 +1981,4 @@ update-contributors) cat doc/make.sh-usage ;; esac + -- 2.39.5