diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-30 21:07:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-30 21:07:39 +0000 |
commit | 49057274ff849f120c0aa7e26a44ddd713e44397 (patch) | |
tree | 7850e0e56b0c2faa7f11b134f87e0839b6be2e9f /target | |
parent | efb455eebeb5b05ab955791aa53254b6a2b35d5a (diff) | |
download | upstream-49057274ff849f120c0aa7e26a44ddd713e44397.tar.gz upstream-49057274ff849f120c0aa7e26a44ddd713e44397.tar.bz2 upstream-49057274ff849f120c0aa7e26a44ddd713e44397.zip |
geos: preconfig fix
SVN-Revision: 25255
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/geos/base-files/etc/uci-defaults/ppp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/geos/base-files/etc/uci-defaults/ppp b/target/linux/x86/geos/base-files/etc/uci-defaults/ppp index ba7639ac3b..58a2d8f17f 100644 --- a/target/linux/x86/geos/base-files/etc/uci-defaults/ppp +++ b/target/linux/x86/geos/base-files/etc/uci-defaults/ppp @@ -2,6 +2,8 @@ uci batch <<__EOF__ +delete network.wan + set network.wan=interface set network.wan.proto='pppoa' set network.wan.atmdev=0 |