diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-25 22:05:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-25 22:05:10 +0000 |
commit | 9f63b7326f5cddb747ce2a9e15023df97f8db3a4 (patch) | |
tree | 480641287b0c89e1d81f0f661f3202f55c60fefe /target/linux/x86/geos/base-files/etc/uci-defaults/ppp | |
parent | 1f6047496ef4ca59028a990ab0c3fcae431287ba (diff) | |
download | upstream-9f63b7326f5cddb747ce2a9e15023df97f8db3a4.tar.gz upstream-9f63b7326f5cddb747ce2a9e15023df97f8db3a4.tar.bz2 upstream-9f63b7326f5cddb747ce2a9e15023df97f8db3a4.zip |
geos: deprecate uci-defaults files
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 27287
Diffstat (limited to 'target/linux/x86/geos/base-files/etc/uci-defaults/ppp')
-rw-r--r-- | target/linux/x86/geos/base-files/etc/uci-defaults/ppp | 23 |
1 files changed, 0 insertions, 23 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 deleted file mode 100644 index 58a2d8f17f..0000000000 --- a/target/linux/x86/geos/base-files/etc/uci-defaults/ppp +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -uci batch <<__EOF__ - -delete network.wan - -set network.wan=interface -set network.wan.proto='pppoa' -set network.wan.atmdev=0 -set network.wan.card=0 -set network.wan.vpi=0 -set network.wan.vci=32 -set network.wan.encaps='vc' -set network.wan.username='username@myisp.net' -set network.wan.password='password' -set network.wan.keepalive=3 -set network.wan.defaultroute=1 -set network.wan.peerdns=1 -set network.wan.pppd_options='kdebug 1 debug noccp' -set network.wan.auto=1 - -commit network -__EOF__ |