annotate sources/baseconfig-busybox @ 1581:f9b0ebfbdd1b

Package upgrades for busybox and toybox, and add musl to the download list.
author Rob Landley <rob@landley.net>
date Sun, 17 Feb 2013 22:19:55 -0600
parents 76350236e5f1
children 0eb16db33d9d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 #needed for od -t option in busybox build
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 CONFIG_DESKTOP=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 CONFIG_LFS=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
4
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
5 CONFIG_SHOW_USAGE=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
6 CONFIG_FEATURE_VERBOSE_USAGE=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
7 CONFIG_FEATURE_COMPRESS_USAGE=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
8 CONFIG_LONG_OPTS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
9
1575
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
10 # command list
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
11
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
12 CONFIG_PS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
13 CONFIG_FEATURE_PS_TIME=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
14 CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
15
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
16 CONFIG_BUNZIP2=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
17 CONFIG_BZIP2=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
18 CONFIG_GUNZIP=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
19 CONFIG_GZIP=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
20 CONFIG_FEATURE_SEAMLESS_BZ2=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
21 CONFIG_FEATURE_SEAMLESS_GZ=y
1549
e5669b094e12 Add CONFIG_UNXZ because strace (in static-tools control image) is now only available as a tar.xz file.
Rob Landley <rob@landley.net>
parents: 1541
diff changeset
22 CONFIG_UNXZ=y
e5669b094e12 Add CONFIG_UNXZ because strace (in static-tools control image) is now only available as a tar.xz file.
Rob Landley <rob@landley.net>
parents: 1541
diff changeset
23 CONFIG_FEATURE_SEAMLESS_XZ=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
24
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
25 CONFIG_TAR=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
26 CONFIG_FEATURE_TAR_CREATE=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
27 CONFIG_FEATURE_TAR_AUTODETECT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
28 CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
29 CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
30 CONFIG_FEATURE_TAR_LONG_OPTIONS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
31 CONFIG_FEATURE_TAR_FROM=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
32
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
33 CONFIG_DD=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
34 CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
35
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
36 CONFIG_EXPR=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
37 CONFIG_EXPR_MATH_SUPPORT_64=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
38
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
39 CONFIG_INSTALL=y
1479
b69933a9a06b Cleanup busybox config: remove redundant entries and trailing whitespace, add CONFIG_TEST=y.
Rob Landley <rob@landley.net>
parents: 1477
diff changeset
40 CONFIG_MV=y
1581
f9b0ebfbdd1b Package upgrades for busybox and toybox, and add musl to the download list.
Rob Landley <rob@landley.net>
parents: 1575
diff changeset
41 CONFIG_FEATURE_PRESERVE_HARDLINKS=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
42
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
43 CONFIG_STAT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
44 CONFIG_FEATURE_STAT_FORMAT=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
45
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
46 CONFIG_TR=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
47 CONFIG_AWK=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
48
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
49 CONFIG_DIFF=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
50 CONFIG_FEATURE_DIFF_DIR=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
51
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
52 CONFIG_SED=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
53
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
54 CONFIG_FIND=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
55 CONFIG_FEATURE_FIND_PRINT0=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
56 CONFIG_FEATURE_FIND_TYPE=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
57 CONFIG_FEATURE_FIND_XDEV=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
58 CONFIG_FEATURE_FIND_NOT=y
1523
2d589ed56a1d Upgrade to busybox-1.20.0.
Rob Landley <rob@landley.net>
parents: 1519
diff changeset
59 CONFIG_FEATURE_FIND_PAREN=y
2d589ed56a1d Upgrade to busybox-1.20.0.
Rob Landley <rob@landley.net>
parents: 1519
diff changeset
60 CONFIG_FEATURE_FIND_PRUNE=y
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
61 CONFIG_FEATURE_FIND_PATH=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
62 CONFIG_FEATURE_FIND_MAXDEPTH=y
1555
c734d53d271a Apparently the gdb build needs this...
Rob Landley <rob@landley.net>
parents: 1549
diff changeset
63 CONFIG_FEATURE_FIND_EXEC=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
64
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
65 CONFIG_GREP=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
66 CONFIG_FEATURE_GREP_EGREP_ALIAS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
67 CONFIG_FEATURE_GREP_FGREP_ALIAS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
68
1479
b69933a9a06b Cleanup busybox config: remove redundant entries and trailing whitespace, add CONFIG_TEST=y.
Rob Landley <rob@landley.net>
parents: 1477
diff changeset
69 CONFIG_TEST=y
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
70 CONFIG_FEATURE_TEST_64=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
71
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
72 # for root file system use
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
73 CONFIG_INIT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
74 CONFIG_FEATURE_INIT_SCTTY=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
75
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
76 CONFIG_IFCONFIG=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
77 CONFIG_FEATURE_IFCONFIG_STATUS=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
78 CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
79 CONFIG_FEATURE_IFCONFIG_HW=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
80 CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
81
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
82 CONFIG_ROUTE=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
83
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
84 # Interactive command shell (bash hasn't got history without ncurses)
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
85
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
86 CONFIG_FEATURE_EDITING=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
87 CONFIG_FEATURE_TAB_COMPLETION=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
88 CONFIG_FEATURE_EDITING_FANCY_PROMPT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
89 CONFIG_FEATURE_EDITING_ASK_TERMINAL=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
90
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
91 CONFIG_ASH=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
92 CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
93 CONFIG_FEATURE_TEST_64=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
94 CONFIG_ASH_BASH_COMPAT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
95 CONFIG_ASH_BUILTIN_TEST=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
96 CONFIG_ASH_EXPAND_PRMT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
97 CONFIG_ASH_RANDOM_SUPPORT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
98 CONFIG_ASH_CMDCMD=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
99 CONFIG_ASH_ALIAS=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
100 CONFIG_ASH_JOB_CONTROL=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
101 CONFIG_SH_MATH_SUPPORT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
102 CONFIG_SH_MATH_SUPPORT_64=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
103 CONFIG_FEATURE_SH_EXTRA_QUIET=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
104
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
105 # LFS build
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
106
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
107 CONFIG_WGET=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
108 CONFIG_LESS=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
109 CONFIG_SPLIT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
110 CONFIG_MAN=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
111
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
112 # native-build.sh
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
113 CONFIG_FTPD=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
114 CONFIG_FEATURE_FTP_WRITE=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
115 CONFIG_FEATURE_FTPD_ACCEPT_BROKEN_LIST=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
116
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
117 CONFIG_FTPGET=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
118 CONFIG_FTPPUT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
119 CONFIG_TIME=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
120
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
121 CONFIG_MOUNT=y
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
122 CONFIG_UMOUNT=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
123 CONFIG_FEATURE_MOUNT_FLAGS=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
124 CONFIG_FEATURE_MOUNT_FSTAB=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
125 CONFIG_FEATURE_UMOUNT_ALL=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
126 CONFIG_FEATURE_MOUNT_LOOP=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
127 CONFIG_FEATURE_MOUNT_LOOP_CREATE=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
128
1477
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
129 CONFIG_CPIO=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
130 CONFIG_FEATURE_CPIO_O=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
131 CONFIG_FEATURE_CPIO_P=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
132
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
133 CONFIG_VI=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
134 CONFIG_FEATURE_VI_COLON=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
135 CONFIG_FEATURE_VI_YANKMARK=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
136 CONFIG_FEATURE_VI_SEARCH=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
137 CONFIG_FEATURE_VI_USE_SIGNALS=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
138 CONFIG_FEATURE_VI_DOT_CMD=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
139 CONFIG_FEATURE_VI_READONLY=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
140 CONFIG_FEATURE_VI_SETOPTS=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
141 CONFIG_FEATURE_VI_SET=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
142 CONFIG_FEATURE_VI_WIN_RESIZE=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
143 CONFIG_FEATURE_VI_ASK_TERMINAL=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
144 CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
431d5b4ee537 Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Rob Landley <rob@landley.net>
parents:
diff changeset
145
1488
17171917b781 More busybox symbols, some needed by buildall.sh and some on command line.
Rob Landley <rob@landley.net>
parents: 1479
diff changeset
146 CONFIG_PGREP=y
17171917b781 More busybox symbols, some needed by buildall.sh and some on command line.
Rob Landley <rob@landley.net>
parents: 1479
diff changeset
147 CONFIG_PKILL=y
1490
80aa01e96136 One more command I missed.
Rob Landley <rob@landley.net>
parents: 1488
diff changeset
148
80aa01e96136 One more command I missed.
Rob Landley <rob@landley.net>
parents: 1488
diff changeset
149 CONFIG_LSPCI=y
1492
f3c8b43462ef New busybox release, and a more config symbols.
Rob Landley <rob@landley.net>
parents: 1490
diff changeset
150 CONFIG_PING=y
1501
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
151
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
152 # Stuff in toybox
1575
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
153
1501
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
154 CONFIG_CAT=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
155 CONFIG_CHROOT=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
156 CONFIG_CMP=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
157 CONFIG_DIRNAME=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
158 CONFIG_DMESG=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
159 CONFIG_ECHO=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
160 CONFIG_FEATURE_FANCY_ECHO=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
161
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
162 CONFIG_ENV=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
163 CONFIG_HEAD=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
164 CONFIG_ID=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
165 CONFIG_LN=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
166
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
167 CONFIG_MDEV=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
168
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
169 CONFIG_NC=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
170 CONFIG_NC_SERVER=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
171 CONFIG_NC_EXTRA=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
172
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
173 CONFIG_PATCH=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
174 CONFIG_PWD=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
175 CONFIG_RMDIR=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
176 CONFIG_SHA1SUM=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
177 CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
1501
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
178 CONFIG_SLEEP=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
179 CONFIG_SORT=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
180 CONFIG_FEATURE_SORT_BIG=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
181
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
182 CONFIG_SYNC=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
183 CONFIG_TEE=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
184 CONFIG_TRUE=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
185 CONFIG_UNAME=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
186 CONFIG_WC=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
187 CONFIG_WHICH=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
188 CONFIG_XARGS=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
189 CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y
fddd7d20ae72 Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.
Rob Landley <rob@landley.net>
parents: 1492
diff changeset
190 CONFIG_YES=y
1507
1261b8fd1ec9 Teach busybox.build to switch off toybox-supplied functionality when TOYBOX=toybox, and move one more config symbol after toybox marker.
Rob Landley <rob@landley.net>
parents: 1501
diff changeset
191
1261b8fd1ec9 Teach busybox.build to switch off toybox-supplied functionality when TOYBOX=toybox, and move one more config symbol after toybox marker.
Rob Landley <rob@landley.net>
parents: 1501
diff changeset
192 CONFIG_UNIQ=y
1514
6db20984e195 Error paths need the kill and killall commands.
Rob Landley <rob@landley.net>
parents: 1507
diff changeset
193 CONFIG_KILL=y
6db20984e195 Error paths need the kill and killall commands.
Rob Landley <rob@landley.net>
parents: 1507
diff changeset
194 CONFIG_KILLALL=y
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
195
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
196 CONFIG_LS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
197 CONFIG_FEATURE_AUTOWIDTH=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
198 # host-tools.sh uses ls -tc to check for tarballs
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
199 CONFIG_FEATURE_LS_SORTFILES=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
200 CONFIG_FEATURE_LS_TIMESTAMPS=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
201 CONFIG_FEATURE_LS_USERNAME=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
202 CONFIG_BASENAME=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
203 CONFIG_CHGRP=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
204 CONFIG_CHMOD=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
205 CONFIG_LOGNAME=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
206 CONFIG_MKDIR=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
207 CONFIG_MKTEMP=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
208
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
209 CONFIG_MOUNTPOINT=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
210 CONFIG_TAC=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
211 CONFIG_TAIL=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
212 CONFIG_WHOAMI=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
213
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
214 CONFIG_OD=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
215 CONFIG_DATE=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
216 CONFIG_COMM=y
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
217
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
218 CONFIG_CHOWN=y
1575
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
219
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
220 CONFIG_CUT=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
221 CONFIG_HOSTNAME=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
222 CONFIG_RM=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
223 CONFIG_SWITCH_ROOT=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
224 CONFIG_TOUCH=y
1581
f9b0ebfbdd1b Package upgrades for busybox and toybox, and add musl to the download list.
Rob Landley <rob@landley.net>
parents: 1575
diff changeset
225 CONFIG_CP=y
f9b0ebfbdd1b Package upgrades for busybox and toybox, and add musl to the download list.
Rob Landley <rob@landley.net>
parents: 1575
diff changeset
226 CONFIG_LOSETUP=y
f9b0ebfbdd1b Package upgrades for busybox and toybox, and add musl to the download list.
Rob Landley <rob@landley.net>
parents: 1575
diff changeset
227
f9b0ebfbdd1b Package upgrades for busybox and toybox, and add musl to the download list.
Rob Landley <rob@landley.net>
parents: 1575
diff changeset
228 CONFIG_READLINK=y
f9b0ebfbdd1b Package upgrades for busybox and toybox, and add musl to the download list.
Rob Landley <rob@landley.net>
parents: 1575
diff changeset
229 CONFIG_FEATURE_READLINK_FOLLOW=y