diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-30 13:04:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-30 13:04:31 +0000 |
commit | 6cddb03df284dc09124fac50bb6a77a9247216b8 (patch) | |
tree | a8fd8a881e6791b5077d91330751a68427b65030 /openwrt/package/pptpd/files | |
parent | 4f947e034a04664016f39a15333844c878620580 (diff) | |
download | mtk-20170518-6cddb03df284dc09124fac50bb6a77a9247216b8.zip mtk-20170518-6cddb03df284dc09124fac50bb6a77a9247216b8.tar.gz mtk-20170518-6cddb03df284dc09124fac50bb6a77a9247216b8.tar.bz2 |
Update pptpd to 1.3.0, closes #496 for kamikaze
SVN-Revision: 3715
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 a76f739..d4944c7 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 |