From c18a2411a73370abd0efaf5c078a3fe7ea565eaf Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 8 Aug 2009 02:25:03 +0000 Subject: integrate mklibs.py support into the build process git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 18aafda3a..9879c7d9c 100644 --- a/Config.in +++ b/Config.in @@ -126,6 +126,14 @@ choice endchoice +config USE_MKLIBS + bool "Strip unnecessary functions from libraries" + help + Reduces libraries to only those functions that are necessary for using all + selected packages (including those selected as ) + Note that this will make the system libraries incompatible with most of the packages + that are not selected during the build process + comment "Package build options" config DEBUG -- cgit v1.2.3