diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-05-04 14:17:03 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-05-04 14:17:03 +0000 |
commit | 88da00005308479a022e2df971c2bb8ac5aad10b (patch) | |
tree | b33e98b511e6618492afdbbd81eb8764e89a492b /target/linux/ar7/base-files | |
parent | f6b06a18d04c4bd3aaf9bdffb6c8c5fb33985a62 (diff) | |
download | upstream-88da00005308479a022e2df971c2bb8ac5aad10b.tar.gz upstream-88da00005308479a022e2df971c2bb8ac5aad10b.tar.bz2 upstream-88da00005308479a022e2df971c2bb8ac5aad10b.zip |
set default atm-bridge payload to 'bridged' so we don't break old configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11044 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/base-files')
-rw-r--r-- | target/linux/ar7/base-files/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network index b607a3023b..16efdacb29 100644 --- a/target/linux/ar7/base-files/etc/config/network +++ b/target/linux/ar7/base-files/etc/config/network @@ -22,7 +22,7 @@ config interface lan # option encaps llc # option vpi 8 # option vci 35 -# option payload routed # some ISPs need this set to 'bridged' +# option payload bridged # some ISPs need this set to 'routed' # config interface wan |