Add ipv6 module modprobe to tinycore.

Change-Id: Iaf9bea488c33768b23de7f0651d406003dca5b64
Story: 2005886
Task: 33758
This commit is contained in:
Julia Kreger 2019-06-20 07:08:05 -07:00
parent bb4acb9650
commit b3bd232d87
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
ipv6

View File

@ -168,6 +168,9 @@ sudo sed -i "s/%UDEV_SETTLE_TIMEOUT%/$TINYIPA_UDEV_SETTLE_TIMEOUT/" "$FINALDIR/e
sudo sed -i '/# Main/a NOZSWAP=1' "$FINALDIR/etc/init.d/tc-config"
# sudo cp $WORKDIR/build_files/tc-config $FINALDIR/etc/init.d/tc-config
# Place ipv6 modprobe config so the kernel support loads.
sudo cp "$WORKDIR/build_files/modprobe.conf" "$FINALDIR/etc/modproble.conf"
if $PYOPTIMIZE_TINYIPA; then
# Precompile all python
if [[ $USE_PYTHON3 == "True" ]]; then