diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-15 20:50:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-15 20:50:13 +0200 |
commit | d32ef3174bdcad429680b393372cb49fa8144289 (patch) | |
tree | 87c4b9eefe27bb459096eb03bd036462337b1dba | |
parent | 319e20b56b281c9ce552f918b1a1d4c5577d38d6 (diff) | |
download | busybox-w32-d32ef3174bdcad429680b393372cb49fa8144289.tar.gz busybox-w32-d32ef3174bdcad429680b393372cb49fa8144289.tar.bz2 busybox-w32-d32ef3174bdcad429680b393372cb49fa8144289.zip |
*: remove remains of FEATURE_TOUCH_NODEREF
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | configs/android_502_defconfig | 2 | ||||
-rw-r--r-- | configs/android_ndk_defconfig | 1 | ||||
-rwxr-xr-x | scripts/randomtest | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/configs/android_502_defconfig b/configs/android_502_defconfig index 503157c12..104e70f23 100644 --- a/configs/android_502_defconfig +++ b/configs/android_502_defconfig | |||
@@ -33,7 +33,6 @@ | |||
33 | ## Assorted header problems: | 33 | ## Assorted header problems: |
34 | ## # CONFIG_HOSTID is not set | 34 | ## # CONFIG_HOSTID is not set |
35 | ## # CONFIG_FEATURE_SYNC_FANCY is not set - syncfs() | 35 | ## # CONFIG_FEATURE_SYNC_FANCY is not set - syncfs() |
36 | ## # CONFIG_FEATURE_TOUCH_NODEREF is not set - lutimes() | ||
37 | ## # CONFIG_LOGNAME is not set - getlogin_r() | 36 | ## # CONFIG_LOGNAME is not set - getlogin_r() |
38 | ## # CONFIG_LOADFONT is not set | 37 | ## # CONFIG_LOADFONT is not set |
39 | ## # CONFIG_SETFONT is not set | 38 | ## # CONFIG_SETFONT is not set |
@@ -269,7 +268,6 @@ CONFIG_SYNC=y | |||
269 | CONFIG_TEST=y | 268 | CONFIG_TEST=y |
270 | CONFIG_FEATURE_TEST_64=y | 269 | CONFIG_FEATURE_TEST_64=y |
271 | CONFIG_TOUCH=y | 270 | CONFIG_TOUCH=y |
272 | # CONFIG_FEATURE_TOUCH_NODEREF is not set | ||
273 | CONFIG_FEATURE_TOUCH_SUSV3=y | 271 | CONFIG_FEATURE_TOUCH_SUSV3=y |
274 | CONFIG_TR=y | 272 | CONFIG_TR=y |
275 | CONFIG_FEATURE_TR_CLASSES=y | 273 | CONFIG_FEATURE_TR_CLASSES=y |
diff --git a/configs/android_ndk_defconfig b/configs/android_ndk_defconfig index 03d497d2e..425593454 100644 --- a/configs/android_ndk_defconfig +++ b/configs/android_ndk_defconfig | |||
@@ -193,7 +193,6 @@ CONFIG_SYNC=y | |||
193 | CONFIG_TEST=y | 193 | CONFIG_TEST=y |
194 | CONFIG_FEATURE_TEST_64=y | 194 | CONFIG_FEATURE_TEST_64=y |
195 | CONFIG_TOUCH=y | 195 | CONFIG_TOUCH=y |
196 | # CONFIG_FEATURE_TOUCH_NODEREF is not set | ||
197 | CONFIG_FEATURE_TOUCH_SUSV3=y | 196 | CONFIG_FEATURE_TOUCH_SUSV3=y |
198 | CONFIG_TR=y | 197 | CONFIG_TR=y |
199 | CONFIG_FEATURE_TR_CLASSES=y | 198 | CONFIG_FEATURE_TR_CLASSES=y |
diff --git a/scripts/randomtest b/scripts/randomtest index 76550d267..f6e0c9d8c 100755 --- a/scripts/randomtest +++ b/scripts/randomtest | |||
@@ -83,7 +83,6 @@ if test x"$LIBC" = x"uclibc"; then | |||
83 | \ | 83 | \ |
84 | | grep -v CONFIG_FEATURE_2_4_MODULES \ | 84 | | grep -v CONFIG_FEATURE_2_4_MODULES \ |
85 | | grep -v CONFIG_FEATURE_SYNC_FANCY \ | 85 | | grep -v CONFIG_FEATURE_SYNC_FANCY \ |
86 | | grep -v CONFIG_FEATURE_TOUCH_NODEREF \ | ||
87 | | grep -v CONFIG_NANDWRITE \ | 86 | | grep -v CONFIG_NANDWRITE \ |
88 | | grep -v CONFIG_NANDDUMP \ | 87 | | grep -v CONFIG_NANDDUMP \ |
89 | | grep -v CONFIG_BLKDISCARD \ | 88 | | grep -v CONFIG_BLKDISCARD \ |
@@ -100,7 +99,6 @@ if test x"$LIBC" = x"uclibc"; then | |||
100 | echo '# CONFIG_PIE is not set' >>.config | 99 | echo '# CONFIG_PIE is not set' >>.config |
101 | echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config | 100 | echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config |
102 | echo '# CONFIG_FEATURE_SYNC_FANCY is not set' >>.config | 101 | echo '# CONFIG_FEATURE_SYNC_FANCY is not set' >>.config |
103 | echo '# CONFIG_FEATURE_TOUCH_NODEREF is not set' >>.config | ||
104 | # My uclibc installation does not support some needed APIs... | 102 | # My uclibc installation does not support some needed APIs... |
105 | echo '# CONFIG_NANDWRITE is not set' >>.config | 103 | echo '# CONFIG_NANDWRITE is not set' >>.config |
106 | echo '# CONFIG_NANDDUMP is not set' >>.config | 104 | echo '# CONFIG_NANDDUMP is not set' >>.config |