Add ipv6 module modprobe to tinycore.
Change-Id: Iaf9bea488c33768b23de7f0651d406003dca5b64 Story: 2005886 Task: 33758
This commit is contained in:
parent
bb4acb9650
commit
b3bd232d87
1
tinyipa/build_files/modprobe.conf
Normal file
1
tinyipa/build_files/modprobe.conf
Normal file
@ -0,0 +1 @@
|
||||
ipv6
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user