From patchwork Tue Apr 5 05:29:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,2/9] buildscript: copy the community.cfg to the root fs From: Tim Niemeyer X-Patchwork-Id: 56 Message-Id: <1459834164-6815-3-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Cc: Tim Niemeyer Date: Tue, 5 Apr 2016 07:29:17 +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