diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-20 14:02:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-20 14:02:05 +0000 |
commit | a40c21d99a9374f830537d1e55153ae01b038f0e (patch) | |
tree | abaf98af71906a0bd2061535b732528eb00e2f03 /package/ppp | |
parent | 4f25173ae317b9eae2c9bef464cdeddc486e2b73 (diff) | |
download | upstream-a40c21d99a9374f830537d1e55153ae01b038f0e.tar.gz upstream-a40c21d99a9374f830537d1e55153ae01b038f0e.tar.bz2 upstream-a40c21d99a9374f830537d1e55153ae01b038f0e.zip |
pppd: add noipdefault option to /etc/ppp/options (fixes #11499)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31831 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/files/etc/ppp/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/files/etc/ppp/options b/package/ppp/files/etc/ppp/options index 35889edc6b..6b93f7bdb6 100644 --- a/package/ppp/files/etc/ppp/options +++ b/package/ppp/files/etc/ppp/options @@ -1,5 +1,6 @@ #debug logfile /dev/null +noipdefault noaccomp nopcomp nocrtscts |