From patchwork Tue Mar 15 06:31:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/9] buildscript: copy the community.cfg to the root fs From: Tim Niemeyer X-Patchwork-Id: 6 Message-Id: <1458023493-29584-3-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Cc: Tim Niemeyer Date: Tue, 15 Mar 2016 07:31:26 +0100 Signed-off-by: Tim Niemeyer --- buildscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildscript b/buildscript index fcc3f3d..a1b8c89 100755 --- a/buildscript +++ b/buildscript @@ -202,6 +202,8 @@ prebuild() { echo "OPENWRT_FEEDS_PACKAGES_REVISION=\"${PACKAGEREV}\"" } > "$target"/files/etc/firmware_release + cp selected_community "$target"/files/etc/community.cfg + opath=$(pwd) cd "$target" make defconfig