diff options
Diffstat (limited to 'include/target.mk')
-rw-r--r-- | include/target.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/target.mk b/include/target.mk index a813ba2d2d..9bd4c14936 100644 --- a/include/target.mk +++ b/include/target.mk @@ -51,10 +51,6 @@ else endif endif -ifneq ($(filter 4.9,$(KERNEL_PATCHVER)),) - DEFAULT_PACKAGES.router:=$(filter-out kmod-ipt-offload,$(DEFAULT_PACKAGES.router)) -endif - # Add device specific packages (here below to allow device type set from subtarget) DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE)) |