From 14c6723d396967385a6877ec6cf0f2a3e8429c9d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 8 Dec 2005 22:15:42 +0000 Subject: add uSTL package SVN-Revision: 2603 --- openwrt/package/ustl/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openwrt/package/ustl/Config.in (limited to 'openwrt/package/ustl/Config.in') diff --git a/openwrt/package/ustl/Config.in b/openwrt/package/ustl/Config.in new file mode 100644 index 0000000..b08bc79 --- /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/ + -- cgit v1.1