diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-23 07:38:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-23 07:53:31 +0100 |
commit | c7294c98c891e56f6507cbbf9441fce17c92e41a (patch) | |
tree | 7cd5dcbe05c788475d54fd47b0cbc091b75103ea /extra/Configs/Config.in | |
parent | 6d4d6e2cfc6b7ea247adca2d3ae137a68c4e5148 (diff) |
remove UCLIBC_LINUX_MODULE_26
The syscall wrappers are not required and other C libraries
do not provide them. Busybox modutils.c must be patched so
that syscall() is used for uClibc-ng.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 64ff513a0..6b0985e38 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -950,15 +950,6 @@ config UCLIBC_GRP_BUFFER_SIZE comment "Support various families of functions" -config UCLIBC_LINUX_MODULE_26 - bool "Linux kernel module functions (2.6)" - default y - help - delete_module, init_module - are used in linux for loadable kernel modules. - - Say N if you do not use kernel modules. - config UCLIBC_LINUX_SPECIFIC bool "Linux specific functions" default y |