aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-08 02:25:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-08 02:25:03 +0000
commitedf9cf7699fae480bfc1a0d65ee5331425939ab4 (patch)
tree29f1eb0fcce315f610b350b6a77dedddc2db4f31 /Config.in
parent065b224a91a773709276be4f466f93dc2210ac01 (diff)
downloadupstream-edf9cf7699fae480bfc1a0d65ee5331425939ab4.tar.gz
upstream-edf9cf7699fae480bfc1a0d65ee5331425939ab4.tar.bz2
upstream-edf9cf7699fae480bfc1a0d65ee5331425939ab4.zip
integrate mklibs.py support into the build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17173 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 18aafda3a7..9879c7d9c0 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 <M>)
+ 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