source: freewrt/package/busybox/Config.in@ 14ccb40

freewrt_1_0 freewrt_2_0
Last change on this file since 14ccb40 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 727 bytes
Line 
1menu "busybox........................... The Swiss Army Knife of embedded Linux"
2
3config BR2_PACKAGE_BUSYBOX
4 prompt "busybox........................... The Swiss Army Knife of embedded Linux"
5 bool
6 default y
7 help
8 The Swiss Army Knife of embedded Linux. It slices, it dices, it
9 makes Julian Fries.
10
11 http://busybox.net/
12
13 Most people will answer Y.
14
15config BR2_PACKAGE_BUSYBOX_SNAPSHOT
16 bool "Use the daily snapshot of busybox?"
17 depends BR2_PACKAGE_BUSYBOX
18 depends CONFIG_DEVEL
19 default n
20 help
21 Use the latest busybox CVS snapshot instead of release.
22
23 For fun, you should say Y.
24
25menu "Busybox Configuration"
26 depends BR2_PACKAGE_BUSYBOX
27
28source package/busybox/config/Config.in
29
30endmenu
31
32endmenu
Note: See TracBrowser for help on using the repository browser.