housekeeping

This commit is contained in:
Attila Lendvai 2016-03-17 14:59:39 +01:00
parent 0c5b94a0a0
commit 798860d56d
2 changed files with 4 additions and 3 deletions

View File

@ -97,7 +97,7 @@ In short:
status (sometimes new hardware revisions are only supported by the latest OpenWRT, which is status (sometimes new hardware revisions are only supported by the latest OpenWRT, which is
not released yet). not released yet).
## Help, the build has finished but there's no firmware file! ## Help! The build has finished but there's no firmware file!
If the build doesn't yield a firmware file (```*-factory.bin``` and/or ```*-sysupgrade.bin```): If the build doesn't yield a firmware file (```*-factory.bin``` and/or ```*-sysupgrade.bin```):
when there's not enough space in the flash memory of the target device to install everything when there's not enough space in the flash memory of the target device to install everything

View File

@ -96,8 +96,9 @@ setupExtroot()
exit 0 exit 0
EOF EOF
# TODO FIXME when this is enabled then Chaos Calmer doesn't turn on the network and thus the device remains unreachable # TODO FIXME when this below is enabled then Chaos Calmer doesn't turn on the network and the device remains unreachable
# make sure that we shadow the /var -> /tmp symlink with the extroot, so that /var is permanent
# make sure that we shadow the /var -> /tmp symlink in the new extroot, so that /var becomes persistent across reboots.
# mkdir -p ${overlay_root}/var # mkdir -p ${overlay_root}/var
# KLUDGE: /var/state is assumed to be transient, so link it to tmp, see https://dev.openwrt.org/ticket/12228 # KLUDGE: /var/state is assumed to be transient, so link it to tmp, see https://dev.openwrt.org/ticket/12228
# cd ${overlay_root}/var # cd ${overlay_root}/var