diff options
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index 6eee068336..5a391acbce 100644 --- a/include/target.mk +++ b/include/target.mk @@ -51,7 +51,7 @@ else endif endif -ifneq ($(filter 3.18 4.4 4.9,$(KERNEL_PATCHVER)),) +ifneq ($(filter 3.18 4.9,$(KERNEL_PATCHVER)),) DEFAULT_PACKAGES.router:=$(filter-out kmod-ipt-offload,$(DEFAULT_PACKAGES.router)) endif |