From d350a439dd30a0982a4f72b1234d82c381dd1f19 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 20 Aug 2005 14:29:50 +0000 Subject: [PATCH] add support for pppoe over atheros wlan SVN-Revision: 1701 --- openwrt/package/ppp/patches/205-pppoe_iface_name.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/ppp/patches/205-pppoe_iface_name.patch b/openwrt/package/ppp/patches/205-pppoe_iface_name.patch index 522d5878a4..0961eca623 100644 --- a/openwrt/package/ppp/patches/205-pppoe_iface_name.patch +++ b/openwrt/package/ppp/patches/205-pppoe_iface_name.patch @@ -6,7 +6,7 @@ diff -ruN ppp-2.4.3-orig/pppd/plugins/rp-pppoe/plugin.c ppp-2.4.3-3/pppd/plugins cmd += 4; } else if (strlen(cmd) < 4 - || (strncmp(cmd, "eth", 3) && strncmp(cmd, "nas", 3) -+ || (strncmp(cmd, "eth", 3) && strncmp(cmd, "nas", 3) && strncmp(cmd, "vlan", 4) ++ || (strncmp(cmd, "eth", 3) && strncmp(cmd, "nas", 3) && strncmp(cmd, "vlan", 4) && strncmp(cmd, "ath", 3) && strncmp(cmd, "tap", 3) && strncmp(cmd, "br", 2))) { return 0; } -- 2.30.2