mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 07:26:17 +02:00
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
This commit is contained in:
parent
8410400549
commit
bbf7532ca5
@ -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 New Issue
Block a user