diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-20 14:30:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-20 14:30:28 +0000 |
commit | 41ace9efaf766667dbc3f51f2e0e0d6451034b4e (patch) | |
tree | 5375a527786b25d514b3d52e3119f65f6d837d12 /openwrt/package/ppp/patches | |
parent | 1544712c74632c2917253acb4d475ad2ac6126cc (diff) |
add support for pppoe over atheros wlan
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1702 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/patches')
-rw-r--r-- | openwrt/package/ppp/patches/205-pppoe_iface_name.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/patches/205-pppoe_iface_name.patch b/openwrt/package/ppp/patches/205-pppoe_iface_name.patch index 522d5878a..0961eca62 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; } |