install iptables devel headers into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5650 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
2188b4fe5a
commit
98df8ada40
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue