From patchwork Sun Mar 27 08:42:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,2/9] buildscript: copy the community.cfg to the root fs From: Tim Niemeyer X-Patchwork-Id: 42 Message-Id: <1459068156-18887-3-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Cc: Tim Niemeyer Date: Sun, 27 Mar 2016 10:42:29 +0200 Signed-off-by: Tim Niemeyer --- Changes in v2: None buildscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildscript b/buildscript index 13d773e..a4f5004 100755 --- a/buildscript +++ b/buildscript @@ -200,6 +200,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