From 8bc453a49c360ea3d366af4e6c505da898694e2e Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 8 Dec 2005 22:15:42 +0000 Subject: add uSTL package git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2603 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ustl/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/ustl/Config.in (limited to 'package/ustl/Config.in') diff --git a/package/ustl/Config.in b/package/ustl/Config.in new file mode 100644 index 000000000..b08bc791d --- /dev/null +++ b/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.2.3