source: freewrt/package/busybox/Config.in@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was 89869ca, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add fwcf 1.0.3, new features fwcf status, reboot/halt hooks are generating a warning if uncommitted changes exist in /etc

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2249 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 528 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.