projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make the openwrt package dir install the shared includes into the staging dir
[openwrt.git]
/
openwrt
/
package
/
iptables
/
Makefile
diff --git
a/openwrt/package/iptables/Makefile
b/openwrt/package/iptables/Makefile
index
c9743fb
..
c81a345
100644
(file)
--- a/
openwrt/package/iptables/Makefile
+++ b/
openwrt/package/iptables/Makefile
@@
-23,7
+23,7
@@
$(eval $(call PKG_template,IPTABLES_UTILS,iptables-utils,$(PKG_VERSION)-$(PKG_RE
$(eval $(call PKG_template,IP6TABLES,ip6tables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
$(eval $(call PKG_template,IP6TABLES,ip6tables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
- touch $
(PKG_BUILD_DIR)/.configured
+ touch $
@
$(PKG_BUILD_DIR)/.built:
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test
$(PKG_BUILD_DIR)/.built:
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test
@@
-34,7
+34,7
@@
$(PKG_BUILD_DIR)/.built:
KERNEL_DIR=$(LINUX_DIR) PREFIX=/usr \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install install-devel
KERNEL_DIR=$(LINUX_DIR) PREFIX=/usr \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install install-devel
- touch $
(PKG_BUILD_DIR)/.built
+ touch $
@
$(IPKG_IPTABLES):
install -d -m0755 $(IDIR_IPTABLES)/usr/sbin
$(IPKG_IPTABLES):
install -d -m0755 $(IDIR_IPTABLES)/usr/sbin
This page took
0.022146 seconds
and
4
git commands to generate.