summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-25 21:04:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-25 21:04:37 +0200
commitb5b277f51439e52bec1ecdb1f6f1d19a3aed448a (patch)
tree124fcb970c087a739eeb10385fb97fc8287cee9d /package/busybox
parent975f9ccb8c9a3896941e02c2bca538853adf60df (diff)
add some packages
- add make/patch/rpm and dependencies - update ar7 port a little bit
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/Config.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in
index b41788be0..0426f7288 100644
--- a/package/busybox/config/Config.in
+++ b/package/busybox/config/Config.in
@@ -273,20 +273,20 @@ endmenu
menu 'Build Options'
-#config BUSYBOX_STATIC
-# bool "Build BusyBox as a static binary (no shared libs)"
-# default n
-# help
-# If you want to build a static BusyBox binary, which does not
-# use or require any shared libraries, then enable this option.
-# This can cause BusyBox to be considerably larger, so you should
-# leave this option false unless you have a good reason (i.e.
-# your target platform does not support shared libraries, or
-# you are building an initrd which doesn't need anything but
-# BusyBox, etc).
-#
-# Most people will leave this set to 'N'.
-#
+config BUSYBOX_STATIC
+ bool "Build BusyBox as a static binary (no shared libs)"
+ default n
+ help
+ If you want to build a static BusyBox binary, which does not
+ use or require any shared libraries, then enable this option.
+ This can cause BusyBox to be considerably larger, so you should
+ leave this option false unless you have a good reason (i.e.
+ your target platform does not support shared libraries, or
+ you are building an initrd which doesn't need anything but
+ BusyBox, etc).
+
+ Most people will leave this set to 'N'.
+
#config BUSYBOX_PIE
# bool "Build BusyBox as a position independent executable"
# default n