summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-26 22:34:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-26 22:34:15 +0000
commit50f061cf74910a4b3d7b6c084fc4de4c870c26e4 (patch)
tree274424ea465daa919135fc26ac91a5c4f763fa94 /package
parent898136f22cd831731a4c2927ffa42042856fa6ab (diff)
install iptables devel headers into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 76014aa14..862797e31 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -183,6 +183,7 @@ define Build/InstallDev
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
DESTDIR="$(STAGING_DIR)" \
install install-devel
+ $(CP) $(PKG_BUILD_DIR)/include $(STAGING_DIR)/usr
endef
define Build/UninstallDev