projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c961a04
)
ipset: fix kernel architecture (#11345) The buildsystem passes ARCH="$(ARCH)" by...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 24 Apr 2012 14:36:02 +0000
(14:36 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 24 Apr 2012 14:36:02 +0000
(14:36 +0000)
SVN-Revision: 31468
net/ipset/Makefile
patch
|
blob
|
history
diff --git
a/net/ipset/Makefile
b/net/ipset/Makefile
index c214be673f996c8961cb48881c4fbb79a50b5724..ea6e9d87e5ed283df0509a82e7ee80d8aa0bc8d3 100644
(file)
--- a/
net/ipset/Makefile
+++ b/
net/ipset/Makefile
@@
-34,11
+34,12
@@
$(call Package/ipset/Default)
URL:=http://ipset.netfilter.org/
endef
-include $(INCLUDE_DIR)/kernel-defaults.mk
-
CONFIGURE_ARGS += \
--with-kbuild="$(LINUX_DIR)"
+MAKE_FLAGS += \
+ ARCH="$(LINUX_KARCH)"
+
IPSET_MODULES:= \
ipset/ip_set \
ipset/ip_set_bitmap_ip \