let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / ustl / Config.in
1 config BR2_PACKAGE_USTL
2 prompt "ustl.............................. C++ Standard Template Library for embedded systems"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 uSTL is a partial implementation of the STL (Standard Template
7 Library) that reduces code size by factoring memory management
8 code into a non-template base class and deriving containers
9 from it.
10
11 http://ustl.sourceforge.net/
12