diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-08 22:15:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-08 22:15:42 +0000 |
commit | b0c9944bfdd76c84ee25130499ee6be52a6f6408 (patch) | |
tree | 1e2aac2915e991bc0a599bc1d1dc6df33d4a5331 /openwrt/package/ustl/Config.in | |
parent | 9eee6e39534a466bd833616afc78905b0c55c76d (diff) |
add uSTL package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ustl/Config.in')
-rw-r--r-- | openwrt/package/ustl/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/ustl/Config.in b/openwrt/package/ustl/Config.in new file mode 100644 index 000000000..b08bc791d --- /dev/null +++ b/openwrt/package/ustl/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_USTL + prompt "ustl.............................. C++ Standard Template Library for embedded systems" + tristate + default m if CONFIG_DEVEL + help + uSTL is a partial implementation of the STL (Standard Template + Library) that reduces code size by factoring memory management + code into a non-template base class and deriving containers + from it. + + http://ustl.sourceforge.net/ + |