source: freewrt/package/busybox/Config.in

freewrt_2_0
Last change on this file was 2996e6c, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

menu finetuning for base system

  • Property mode set to 100644
File size: 529 bytes
Line 
1config FWRT_PACKAGE_BUSYBOX
2 prompt "busybox............................ The Swiss Army Knife of embedded Linux"
3 bool
4 default y
5 help
6 The Swiss Army Knife of embedded Linux. It slices, it dices, it
7 makes Julian Fries.
8
9 http://busybox.net/
10
11 Most people will answer Y.
12
13# if this is enabled, halt/poweroff/reboot aren't included in the .ipk
14config BUSYBOX_CONFIG_FEATURE_FWCF_REBOOT
15 bool
16 default n
17
18menu "Busybox Configuration"
19 depends FWRT_PACKAGE_BUSYBOX
20
21source package/busybox/config/Config.in
22
23endmenu
Note: See TracBrowser for help on using the repository browser.