annotate sources/baseconfig-busybox @ 1703:828d2e318e26 draft

David Halls pointed out we're not actually enabling Thread Local Storage support in the uClibc baseconfig, so do that.
author Rob Landley <rob@landley.net>
date Mon, 27 Oct 2014 22:00:11 -0500
parents f24a3b643df4
children 5a68c514f756
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_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
8
1575
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
9 # command list
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
10
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
11 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
12 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
13 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
14
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
15 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
16 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
17 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
18 CONFIG_GZIP=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
19 CONFIG_UNXZ=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
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
21 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
22 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
23 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
24 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
25 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
26 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
27 CONFIG_FEATURE_TAR_FROM=y
1696
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
28 CONFIG_FEATURE_SEAMLESS_BZ2=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
29 CONFIG_FEATURE_SEAMLESS_GZ=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
30 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
31
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
32 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
33 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
34
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
35 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
36 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
37
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
38 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
39 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
40
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
41 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
42 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
43
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
44 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
45
1479
b69933a9a06b Cleanup busybox config: remove redundant entries and trailing whitespace, add CONFIG_TEST=y.
Rob Landley <rob@landley.net>
parents: 1477
diff changeset
46 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
47 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
48
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 # for root file system use
1541
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
50
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
51 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
52 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
53 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
54 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
55 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
56 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
57 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
58 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
59 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
60 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
61 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
62 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
63 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
64
1696
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
65 CONFIG_FEATURE_EDITING=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
66 CONFIG_FEATURE_TAB_COMPLETION=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
67 CONFIG_FEATURE_EDITING_FANCY_PROMPT=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
68 CONFIG_FEATURE_EDITING_ASK_TERMINAL=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
69
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
70 CONFIG_ROUTE=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
71
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
72 # 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
73
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_WGET=y
1637
38095bbf7794 Cosmetic tweak (enable wget progress meter)
Rob Landley <rob@landley.net>
parents: 1627
diff changeset
75 CONFIG_FEATURE_WGET_STATUSBAR=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
76 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
77 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
78
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 # 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
80 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
81 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
82 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
83
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
84 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
85 CONFIG_FTPPUT=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
86
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
87 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
88 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
89 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
90 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
91 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
92 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
93 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
94 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
95 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
96 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
97 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
98 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
99
1488
17171917b781 More busybox symbols, some needed by buildall.sh and some on command line.
Rob Landley <rob@landley.net>
parents: 1479
diff changeset
100 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
101 CONFIG_PKILL=y
1490
80aa01e96136 One more command I missed.
Rob Landley <rob@landley.net>
parents: 1488
diff changeset
102
1492
f3c8b43462ef New busybox release, and a more config symbols.
Rob Landley <rob@landley.net>
parents: 1490
diff changeset
103 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
104
1615
dad40f8a408d Add some stuff John Spencer needed so sabotage can bootstrap itself.
Rob Landley <rob@landley.net>
parents: 1608
diff changeset
105 CONFIG_SHA512SUM=y
dad40f8a408d Add some stuff John Spencer needed so sabotage can bootstrap itself.
Rob Landley <rob@landley.net>
parents: 1608
diff changeset
106 CONFIG_FDISK=y
dad40f8a408d Add some stuff John Spencer needed so sabotage can bootstrap itself.
Rob Landley <rob@landley.net>
parents: 1608
diff changeset
107 CONFIG_FEATURE_FDISK_WRITABLE=y
dad40f8a408d Add some stuff John Spencer needed so sabotage can bootstrap itself.
Rob Landley <rob@landley.net>
parents: 1608
diff changeset
108 CONFIG_FEATURE_FDISK_ADVANCED=y
dad40f8a408d Add some stuff John Spencer needed so sabotage can bootstrap itself.
Rob Landley <rob@landley.net>
parents: 1608
diff changeset
109
1696
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
110 # =======================================================================
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
111
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
112 # Stuff in toybox
1575
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
113
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
114 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
115 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
116 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
117 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
118 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
119 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
120 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
121
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
122 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
123 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
124 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
125
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
126 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
127
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
128 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
129 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
130 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
131
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
132 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
133 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
134 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
135 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
136 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
137 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
138 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
139 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
140
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
141 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
142 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
143 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
144 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
145 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
146 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
147 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
148
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
149 CONFIG_UNIQ=y
1514
6db20984e195 Error paths need the kill and killall commands.
Rob Landley <rob@landley.net>
parents: 1507
diff changeset
150 CONFIG_KILL=y
6db20984e195 Error paths need the kill and killall commands.
Rob Landley <rob@landley.net>
parents: 1507
diff changeset
151 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
152
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
153 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
154 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
155 # 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
156 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
157 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
158 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
159 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
160 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
161 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
162 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
163
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
164 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
165 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
166 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
167 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
168
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
169 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
170 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
171
e4f766efa39f Sort busybox config entries to group stuff toybox can replace. Also add ps.
Rob Landley <rob@landley.net>
parents: 1528
diff changeset
172 CONFIG_CHOWN=y
1575
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
173
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
174 CONFIG_CUT=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
175 CONFIG_HOSTNAME=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
176 CONFIG_RM=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
177 CONFIG_SWITCH_ROOT=y
76350236e5f1 Toybox 0.4.2.
Rob Landley <rob@landley.net>
parents: 1555
diff changeset
178 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
179 CONFIG_CP=y
1608
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
180 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
181 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
182
f9b0ebfbdd1b Package upgrades for busybox and toybox, and add musl to the download list.
Rob Landley <rob@landley.net>
parents: 1575
diff changeset
183 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
184 CONFIG_FEATURE_READLINK_FOLLOW=y
1587
0eb16db33d9d Toybox 0.4.4
Rob Landley <rob@landley.net>
parents: 1581
diff changeset
185 CONFIG_TIME=y
1608
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
186
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
187 CONFIG_IFCONFIG=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
188 CONFIG_FEATURE_IFCONFIG_STATUS=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
189 CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
190 CONFIG_FEATURE_IFCONFIG_HW=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
191 CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
192
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
193 CONFIG_STAT=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
194 CONFIG_FEATURE_STAT_FORMAT=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
195
1627
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
196 CONFIG_GREP=y
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
197 CONFIG_FEATURE_GREP_EGREP_ALIAS=y
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
198 CONFIG_FEATURE_GREP_FGREP_ALIAS=y
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
199
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
200 # native-build.sh
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
201
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
202 CONFIG_UMOUNT=y
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
203 CONFIG_FEATURE_UMOUNT_ALL=y
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
204
556a5bc3c8a4 Toybox 0.4.6.
Rob Landley <rob@landley.net>
parents: 1615
diff changeset
205
1608
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
206 # LFS build
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
207
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
208 CONFIG_SYNC=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
209 CONFIG_HEAD=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
210 CONFIG_CHGRP=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
211 CONFIG_COMM=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
212 CONFIG_LOGNAME=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
213 CONFIG_SPLIT=y
f0c3f8456602 Upgrade to new kernel, toybox, busybox, and musl releases.
Rob Landley <rob@landley.net>
parents: 1594
diff changeset
214 CONFIG_TEE=y
1696
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
215
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
216 CONFIG_CPIO=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
217 CONFIG_FEATURE_CPIO_O=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
218 CONFIG_FEATURE_CPIO_P=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
219
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
220 CONFIG_FIND=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
221 CONFIG_FEATURE_FIND_PRINT0=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
222 CONFIG_FEATURE_FIND_TYPE=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
223 CONFIG_FEATURE_FIND_XDEV=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
224 CONFIG_FEATURE_FIND_NOT=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
225 CONFIG_FEATURE_FIND_PAREN=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
226 CONFIG_FEATURE_FIND_PRUNE=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
227 CONFIG_FEATURE_FIND_PATH=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
228 CONFIG_FEATURE_FIND_MAXDEPTH=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
229 CONFIG_FEATURE_FIND_EXEC=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
230
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
231 CONFIG_LSPCI=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
232
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
233 CONFIG_INSTALL=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
234 CONFIG_FEATURE_PRESERVE_HARDLINKS=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
235
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
236 CONFIG_MOUNT=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
237 CONFIG_FEATURE_MOUNT_FLAGS=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
238 CONFIG_FEATURE_MOUNT_FSTAB=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
239 CONFIG_FEATURE_MOUNT_LOOP=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
240 CONFIG_FEATURE_MOUNT_LOOP_CREATE=y
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
241
f24a3b643df4 Upgrade toybox to 0.5.0.
Rob Landley <rob@landley.net>
parents: 1637
diff changeset
242