diff options
Diffstat (limited to 'openwrt/package/uclibc++/Config.in')
-rw-r--r-- | openwrt/package/uclibc++/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/uclibc++/Config.in b/openwrt/package/uclibc++/Config.in new file mode 100644 index 0000000000..41dcf9f369 --- /dev/null +++ b/openwrt/package/uclibc++/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_UCLIBCXX + tristate "uClibc++" + default m if CONFIG_DEVEL + help + A standard C++ library for embedded systems |