diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-08-22 11:46:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-08-22 11:46:19 +0000 |
commit | 2185720d316b2ae0151cd6b55c9f167c96bf1b37 (patch) | |
tree | c0fe9270323e3b583848a62d3222a9cea4fc63ba /package/ipset | |
parent | fdb1c59ca1876322e2db139463ebc399f5624b57 (diff) | |
download | upstream-2185720d316b2ae0151cd6b55c9f167c96bf1b37.tar.gz upstream-2185720d316b2ae0151cd6b55c9f167c96bf1b37.tar.bz2 upstream-2185720d316b2ae0151cd6b55c9f167c96bf1b37.zip |
Set KERNEL_DIR to avoid inclusion of host-side linux sources, closes #702
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4622 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset')
-rw-r--r-- | package/ipset/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index d3ea1318ed..92d0570b30 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -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 |