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

Submitted by Tim Niemeyer on April 5, 2016, 5:29 a.m.

Details

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

Commit Message

Tim Niemeyer April 5, 2016, 5:29 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