From 26779bee85f615592d88bd24e5bf16e3706fceb6 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Tue, 5 Apr 2016 21:56:43 +0200 Subject: [PATCH] buildscript: copy the community.cfg to the root fs Signed-off-by: Tim Niemeyer Reviewed-by: Tobias Klaus Tested-by: Christian Dresel Reviewed-by: Christian Dresel Reviewed-by: Jan Kraus --- buildscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildscript b/buildscript index 8116460..c3f1bf9 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