summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31/data
diff options
context:
space:
mode:
authorJonathan Bauer2017-10-09 20:26:12 +0200
committerJonathan Bauer2017-10-09 20:26:12 +0200
commit0484a63272c4814a3651aace289aef2ecb9e0c78 (patch)
treebb80596bfc1afe43b6ac9696c8f476e9706102d0 /core/rootfs/rootfs-stage31/data
parentexternalize slxlog to its own module (diff)
downloadmltk-0484a63272c4814a3651aace289aef2ecb9e0c78.tar.gz
mltk-0484a63272c4814a3651aace289aef2ecb9e0c78.tar.xz
mltk-0484a63272c4814a3651aace289aef2ecb9e0c78.zip
Revert "externalize slxlog to its own module"
This reverts commit ef7279aaa989c1e020bc4c66eb93406bdd9c55a5.
Diffstat (limited to 'core/rootfs/rootfs-stage31/data')
-rw-r--r--core/rootfs/rootfs-stage31/data/inc/activate_sysconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig b/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig
index eafff082..0ce6bfae 100644
--- a/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig
+++ b/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig
@@ -21,7 +21,7 @@ fetch_text_config() {
}
#########################################################################
#
-# This function downloads the config.tgz (but does not unpack it)
+# This function downloads the config.tgz and unpacks it to $TARGET_PATH <-- no it doesn't!
#
fetch_config_tgz() {
[ -e "${CONFIG}.tgz" ] && echo "config.tgz already downloaded." && return 0