commit | 21a3bf7857bd3ab9c5881ad59fbf3d00e50f71fe | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Aug 17 05:38:17 2020 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Aug 17 05:38:17 2020 -0700 |
tree | ec3903d521543c7aa5dc5c5f1a820088aad5cbac | |
parent | 7550fb9bf40a64333fc124c450090bb8346af0b9 [diff] | |
parent | 47dd6f88a5de303c3ad08ac6cb7fa0b954176258 [diff] |
Merge "[qca-nss-clients] Enable pppoe over bonding"
diff --git a/pppoe/Makefile b/pppoe/Makefile index 1a2d899..9c8d226 100644 --- a/pppoe/Makefile +++ b/pppoe/Makefile
@@ -6,7 +6,5 @@ qca-nss-pppoe-objs := nss_connmgr_pppoe.o ifneq (,$(filter $(CONFIG_BONDING),y m)) -ifneq ($(findstring 4.4, $(KERNELVERSION)),) ccflags-y += -DBONDING_SUPPORT endif -endif