skip a lot of useless junk in madwifi on linux 2.4
[openwrt.git] / package / ipset / Makefile
index d245090..92d0570 100644 (file)
@@ -1,3 +1,9 @@
+# 
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
 # $Id$
 #
 include $(TOPDIR)/rules.mk
@@ -12,7 +18,7 @@ PKG_SOURCE_URL:=http://ipset.netfilter.org
 PKG_MD5SUM:=1709424cc2cdb925d4fb6fd5fcaefc26
 PKG_CAT:=bzcat
 
-include $(TOPDIR)/include/package.mk
+include $(INCLUDE_DIR)/package.mk
 
 define Package/ipset
 SECTION:=base
@@ -22,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.022087 seconds and 4 git commands to generate.