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