From be2a34fcb476875bc1b9178438d507b1c5499804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Wed, 20 Nov 2019 11:46:44 +0100 Subject: [PATCH] iop: Remove base-files from default packages. Base-files extraction is broken. Apply initial commit from existing base-files branch and modify extract_core.sh like so: - orphan_branch tmp + # orphan_branch tmp + git checkout $repo Then extract base-files. --- iop/scripts/extract_core.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/iop/scripts/extract_core.sh b/iop/scripts/extract_core.sh index 61fd2c8e1..478f8c03c 100755 --- a/iop/scripts/extract_core.sh +++ b/iop/scripts/extract_core.sh @@ -9,7 +9,6 @@ function extract_core { paths+='package/network/config/firewall ' paths+='package/network/config/netifd ' paths+='package/utils/busybox ' - paths+='package/base-files ' paths+='package/system/rpcd ' paths+='package/network/services/openvpn '