1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

install iptables devel headers into the staging dir

SVN-Revision: 5650
This commit is contained in:
Felix Fietkau 2006-11-26 22:34:15 +00:00
parent 79d3bbb604
commit 680009ecd0

@ -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