introduce USB_SUPPORT, clean up some dependencies
[openwrt.git] / package / ipset / Makefile
index d3ea131..92d0570 100644 (file)
@@ -28,6 +28,10 @@ DESCRIPTION:=Netfilter ip sets administration utility
 URL:=http://ipset.netfilter.org/
 endef
 
+define Build/Compile
+$(call Build/Compile/Default,KERNEL_DIR=$(LINUX_DIR))
+endef
+
 define Package/ipset/install
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR=$(1) PREFIX=/usr install
This page took 0.028061 seconds and 4 git commands to generate.