Set KERNEL_DIR to avoid inclusion of host-side linux sources, closes #702
SVN-Revision: 4622
This commit is contained in:
parent
2612170e0f
commit
7702221df7
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ DESCRIPTION:=Netfilter ip sets administration utility
|
||||||
URL:=http://ipset.netfilter.org/
|
URL:=http://ipset.netfilter.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/Compile
|
||||||
|
$(call Build/Compile/Default,KERNEL_DIR=$(LINUX_DIR))
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ipset/install
|
define Package/ipset/install
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR=$(1) PREFIX=/usr install
|
DESTDIR=$(1) PREFIX=/usr install
|
||||||
|
|
Loading…
Reference in a new issue