Changeset 13954


Ignore:
Timestamp:
02/19/10 08:12:39 (3 years ago)
Author:
BrainSlayer
Message:

hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/rules/openssl.mk

    r13587 r13954  
    1616openssl-install: 
    1717ifeq ($(CONFIG_MADWIFI),y) 
     18        install -D openssl/libcrypto.so.0.9.8 $(INSTALLDIR)/openssl/usr/lib/libcrypto.so.0.9.8 
     19        install -D openssl/libssl.so.0.9.8 $(INSTALLDIR)/openssl/usr/lib/libssl.so.0.9.8 
     20endif 
     21ifeq ($(CONFIG_FREERADIUS),y) 
    1822        install -D openssl/libcrypto.so.0.9.8 $(INSTALLDIR)/openssl/usr/lib/libcrypto.so.0.9.8 
    1923        install -D openssl/libssl.so.0.9.8 $(INSTALLDIR)/openssl/usr/lib/libssl.so.0.9.8 
Note: See TracChangeset for help on using the changeset viewer.