Navigation


Changeset 700:0ae67f14ac17 in freeDiameter


Ignore:
Timestamp:
Jan 24, 2011, 2:32:45 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added testcase and explanation about problematic OpenWRT support (#26)

Location:
contrib/OpenWRT
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/OpenWRT/HOWTO

    r670 r700  
     1#####################
     2#  !! IMPORTANT !!  #
     3#####################
     4
     5The uClibc library that is shipped with OpenWRT lacks support for several POSIX thread
     6features, such as pthread_cleanup_{push,pop}, that are required by the freeDiameter
     7framework.
     8
     9Until these features are included in the base OpenWRT system, the framework will not
     10behave correctly on this platform.
     11
     12Therefore, the OpenWRT port is NOT usable at this moment.
     13
     14A test software is included in test_required for checking if new uClibc distributions
     15support the required features. You'll have to adapt the Makefile according to your environment.
     16
     17#####################
     18
     19
     20
    121This HOWTO describes how to generate a set of ipkg modules for
    222providing support of freeDiameter in an OpenWRT system.
Note: See TracChangeset for help on using the changeset viewer.