1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-05 22:19:32 +01: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 \ KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
DESTDIR="$(STAGING_DIR)" \ DESTDIR="$(STAGING_DIR)" \
install install-devel install install-devel
$(CP) $(PKG_BUILD_DIR)/include $(STAGING_DIR)/usr
endef endef
define Build/UninstallDev define Build/UninstallDev