diff options
author | Rob Landley <rob@landley.net> | 2006-01-31 03:45:26 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-01-31 03:45:26 +0000 |
commit | 9e275e3450c3018c112681e0c79570477c19c827 (patch) | |
tree | b1731bb71d7abd56ea03a47eb3626159ee1f9eab | |
parent | a167ec5e633b5007883b3e0d5619792914e3540f (diff) | |
download | busybox-w32-9e275e3450c3018c112681e0c79570477c19c827.tar.gz busybox-w32-9e275e3450c3018c112681e0c79570477c19c827.tar.bz2 busybox-w32-9e275e3450c3018c112681e0c79570477c19c827.zip |
Not on libbusybox.so: it's GPL, no API barrier, no stability promise.
-rw-r--r-- | Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -183,6 +183,11 @@ config CONFIG_FEATURE_FULL_LIBBUSYBOX | |||
183 | used by busybox itself. If you plan to write a separate | 183 | used by busybox itself. If you plan to write a separate |
184 | standalone application which uses libbusybox say 'Y'. | 184 | standalone application which uses libbusybox say 'Y'. |
185 | 185 | ||
186 | Note: libbusybox is GPL, not LGPL, and exports no stable API that | ||
187 | might act as a copyright barrier. We can and will modify the | ||
188 | exported function set between releases (even minor version number | ||
189 | changes), and happily break out-of-tree features. | ||
190 | |||
186 | Say 'N' if in doubt. | 191 | Say 'N' if in doubt. |
187 | 192 | ||
188 | config CONFIG_FEATURE_SHARED_BUSYBOX | 193 | config CONFIG_FEATURE_SHARED_BUSYBOX |