[v2,2/9] buildscript: copy the community.cfg to the root fs

Submitted by Tim Niemeyer on March 27, 2016, 8:42 a.m.

Details

Message ID 1459068156-18887-3-git-send-email-tim@tn-x.org
State Superseded, archived
Headers show

Commit Message

Tim Niemeyer March 27, 2016, 8:42 a.m.
Signed-off-by: Tim Niemeyer <tim@tn-x.org>
---

Changes in v2: None

 buildscript | 2 ++
 1 file changed, 2 insertions(+)

Patch hide | download patch | download mbox

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