aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-02-17 04:11:07 -0600
committerRob Landley <rob@landley.net>2020-02-17 04:11:07 -0600
commita24295758beff40825bf3b1fcb35f908a5829242 (patch)
tree5b28452c918e88438c5ea13136bda1d64129203a /scripts
parentbc287a20ddb6028c10ff2330822d73f41ca32748 (diff)
downloadtoybox-a24295758beff40825bf3b1fcb35f908a5829242.tar.gz
Rename config symbol now that we've worked around the worst of the breakage.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/genconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh
index cc2bd764..b5637f86 100755
--- a/scripts/genconfig.sh
+++ b/scripts/genconfig.sh
@@ -92,7 +92,7 @@ EOF
#include <unistd.h>
int main(int argc, char *argv[]) { return fork(); }
EOF
- echo -e '\tdepends on !TOYBOX_MUSL_NOMMU_IS_BROKEN'
+ echo -e '\tdepends on !TOYBOX_FORCE_NOMMU'
probesymbol TOYBOX_PRLIMIT << EOF
#include <sys/types.h>