projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
introduce USB_SUPPORT, clean up some dependencies
[openwrt.git]
/
package
/
ipset
/
Makefile
diff --git
a/package/ipset/Makefile
b/package/ipset/Makefile
index
d3ea131
..
92d0570
100644
(file)
--- 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
This page took
0.028061 seconds
and
4
git commands to generate.