diff options
author | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-04 14:17:03 +0000 |
---|---|---|
committer | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-04 14:17:03 +0000 |
commit | 1fbb527496d443300efdf112bd66970205508179 (patch) | |
tree | b33e98b511e6618492afdbbd81eb8764e89a492b /target/linux/ar7/base-files/etc/config | |
parent | d4c0f4700b58325215af32ccdf0a0cd5a684882f (diff) |
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/etc/config')
-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 b607a3023..16efdacb2 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 |