root/trunk/freewrt/package/busybox/Config.in

Revision 3886, 0.8 kB (checked in by tg, 2 years ago)

• better attempt: patch CONFIG_PREFIX automagically
• while here, prevent bbconfig.ipv6 from being appended to bbconfig.custom

Line 
1 config FWRT_PACKAGE_BUSYBOX
2         prompt "busybox.............................. The Swiss Army Knife"
3         bool
4         default y
5         select FWRT_PACKAGE_FWIFUPDOWN
6         help
7           The Swiss Army Knife of embedded Linux.  It slices, it dices, it
8           makes Julian Fries.
9          
10           http://busybox.net/
11          
12           Most people will answer Y.
13
14 choice
15 prompt "busybox configuration"
16 depends on FWRT_PACKAGE_BUSYBOX
17 default FWRT_PACKAGE_BUSYBOX_SMALL
18
19 config FWRT_PACKAGE_BUSYBOX_SMALL
20         bool "  Build an extra small busybox"
21         help
22           This will keep a few applets out of busybox for the sake of size.
23
24 config FWRT_PACKAGE_BUSYBOX_FULL
25         bool "  Build a full-featured busybox"
26
27 config FWRT_PACKAGE_BUSYBOX_CUSTOM
28         bool "  Use bbconfig.custom"
29         help
30           Experts only!
31
32           To generate it: make package=busybox patch; cd build*/w-busybox*/busy*
33           and make menuconfig, then use the .config file created.
34
35 endchoice
Note: See TracBrowser for help on using the browser.