X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flinux;h=0a4d3e6e0b6f0d70c4121cbe61132dcbb306029f;hp=303d62cc71d6933a9dd30b82f3d444c4010c982e;hb=78a51aafa5ec9aea289e5de908f77e6954c93894;hpb=89e7a0f529a1dba49084faa01ef06aeb9e9dc0ff diff --git a/lfs/linux b/lfs/linux index 303d62cc71..0a4d3e6e0b 100644 --- a/lfs/linux +++ b/lfs/linux @@ -189,6 +189,10 @@ ifneq "$(XEN)" "1" echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/isdn ; \ done sed -i -e "s|.ko||g" /etc/modprobe.d/isdn + + # Disable ipv6 at runtime + echo "options ipv6 disable_ipv6=1" > /etc/modprobe.d/ipv6 + endif endif