add support for pppoe over atheros wlan
authorFelix Fietkau <nbd@openwrt.org>
Sat, 20 Aug 2005 14:29:50 +0000 (14:29 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 20 Aug 2005 14:29:50 +0000 (14:29 +0000)
SVN-Revision: 1701

openwrt/package/ppp/patches/205-pppoe_iface_name.patch

index 522d5878a4305d534bc5bd69229f8c554edb0858..0961eca623143632e84339f4348120fdcbb511a7 100644 (file)
@@ -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;
      }