aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/ustl/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/ustl/Config.in')
-rw-r--r--openwrt/package/ustl/Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/package/ustl/Config.in b/openwrt/package/ustl/Config.in
deleted file mode 100644
index b08bc791dc..0000000000
--- a/openwrt/package/ustl/Config.in
+++ /dev/null
@@ -1,12 +0,0 @@
-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/
-