diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-26 22:34:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-26 22:34:15 +0000 |
commit | 50f061cf74910a4b3d7b6c084fc4de4c870c26e4 (patch) | |
tree | 274424ea465daa919135fc26ac91a5c4f763fa94 | |
parent | 898136f22cd831731a4c2927ffa42042856fa6ab (diff) |
install iptables devel headers into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5650 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 76014aa141..862797e315 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 |