From 1fbb527496d443300efdf112bd66970205508179 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 4 May 2008 14:17:03 +0000 Subject: [PATCH] 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 --- target/linux/ar7/base-files/etc/config/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1