diff options
Diffstat (limited to 'openwrt/package/pptpd/files')
-rw-r--r-- | openwrt/package/pptpd/files/pptpd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pptpd/files/pptpd.init b/openwrt/package/pptpd/files/pptpd.init index a76f739fd..d4944c767 100644 --- a/openwrt/package/pptpd/files/pptpd.init +++ b/openwrt/package/pptpd/files/pptpd.init @@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid case $1 in start) mkdir -p $RUN_D - for m in arc4 sha1 slhc ppp_generic ppp_async ppp_mppe_mppc; do + for m in arc4 sha1 slhc crc-ccitt ppp_generic ppp_async ppp_mppe_mppc; do insmod $m >/dev/null 2>&1 done $BIN $OPTIONS |