move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/openwrt.git] / openwrt / package / ustl / Config.in
diff --git a/openwrt/package/ustl/Config.in b/openwrt/package/ustl/Config.in
deleted file mode 100644 (file)
index b08bc79..0000000
+++ /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/
-