Navigation



Ignore:
Timestamp:
Aug 17, 2010, 3:04:50 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Initial working freeDiameter package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/OpenWRT/packages/sctp/Makefile

    r491 r498  
    4747                $(PKG_INSTALL_DIR)/usr/lib/libsctp.so* \
    4848                $(1)/usr/lib/
     49        # And in staging for dependent packages
     50        $(INSTALL_DIR) $(STAGING_DIR)/usr/include/netinet
     51        $(CP) \
     52                $(PKG_INSTALL_DIR)/usr/include/netinet/* \
     53                $(STAGING_DIR)/usr/include/netinet/
     54        $(INSTALL_DIR) $(STAGING_DIR)/usr/lib
     55        $(CP) \
     56                $(PKG_INSTALL_DIR)/usr/lib/libsctp.so* \
     57                $(STAGING_DIR)/usr/lib/
     58       
    4959endef
    5060
     
    7080     $(call AutoLoad,30,crc32c libcrc32c,1) \
    7181     $(call AutoLoad,35,sctp)
    72   DEPENDS:=@LINUX_2_6 +kmod-crypto-core +kmod-crypto-misc
     82  DEPENDS:=@LINUX_2_6 +kmod-crypto-core +kmod-crypto-misc +kmod-crypto-md5 +kmod-crypto-hmac
    7383endef
    7484
Note: See TracChangeset for help on using the changeset viewer.