mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:21:51 +02:00
install more iptables development stuff into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3713 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1fac2f5bcd
commit
3af6e8736a
@ -108,10 +108,12 @@ $(IPKG_IP6TABLES):
|
||||
$(IPKG_BUILD) $(IDIR_IP6TABLES) $(PACKAGE_DIR)
|
||||
|
||||
$(STAGING_DIR)/usr/lib/libipq.a: $(PKG_BUILD_DIR)/.built
|
||||
mkdir -p $(STAGING_DIR)/usr/include
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/libipq.h $(STAGING_DIR)/usr/include/
|
||||
mkdir -p $(STAGING_DIR)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(STAGING_DIR)/usr/lib/
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CC=$(TARGET_CC) COPT_FLAGS="$(TARGET_CFLAGS)" \
|
||||
KERNEL_DIR=$(LINUX_DIR) PREFIX=/usr \
|
||||
DESTDIR="$(STAGING_DIR)" \
|
||||
install install-devel
|
||||
|
||||
layer7-install:
|
||||
mkdir -p $(IDIR_IPTABLES_MOD_FILTER)/etc/l7-protocols
|
||||
|
Loading…
Reference in New Issue
Block a user