Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/firewall/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ bin_PROGRAMS = firewall nfq_handler

if ONESTACK_PRODUCT_REQ
AM_LDFLAGS += -lrdkb_feature_mode_gate
AM_LDFLAGS += -ldevicemode
endif

firewall_SOURCES = firewall_ipv6.c firewall.c firewall_priv.c firewall_interface.c firewall_ext.c firewall_utils.c
Expand Down
1 change: 0 additions & 1 deletion source/firewall/firewall.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ Defines used to control conditional compilation

#ifdef _ONESTACK_PRODUCT_REQ_
#include <rdkb_feature_mode_gate.h>
#include <devicemode.h>
#endif

#ifdef FEATURE_464XLAT
Expand Down
Loading