diff options
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r-- | hostapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index 317271c..aeea289 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -855,6 +855,7 @@ ifdef CONFIG_PROXYARP CFLAGS += -DCONFIG_PROXYARP OBJS += ../src/ap/x_snoop.o OBJS += ../src/ap/dhcp_snoop.o +OBJS += ../src/ap/ndisc_snoop.o endif OBJS += ../src/drivers/driver_common.o |