From 73883e9aef6406d909d2e8c2bad997a74485609e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 25 Apr 2009 03:30:20 +0000 Subject: ead: use the new pcap features and the raw socket optimization to eliminate most of the cpu utilization overhead caused by the use of pcap live capturing SVN-Revision: 15400 --- package/ead/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/ead/Makefile') diff --git a/package/ead/Makefile b/package/ead/Makefile index 0ecff2a8ed..958577ff90 100644 --- a/package/ead/Makefile +++ b/package/ead/Makefile @@ -11,8 +11,10 @@ PKG_NAME:=ead PKG_RELEASE:=1 PKG_BUILD_DEPENDS:=libpcap +PKG_BUILD_DIR:=$(BUILD_DIR)/ead include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/kernel.mk define Package/ead SECTION:=net @@ -29,6 +31,7 @@ endef CONFIGURE_PATH = tinysrp TARGET_CFLAGS += \ + -I$(LINUX_DIR)/include \ -I$(PKG_BUILD_DIR) \ -I$(PKG_BUILD_DIR)/tinysrp \ $(TARGET_CPPFLAGS) -- cgit v1.2.3