summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-23 07:38:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-23 07:53:31 +0100
commitc7294c98c891e56f6507cbbf9441fce17c92e41a (patch)
tree7cd5dcbe05c788475d54fd47b0cbc091b75103ea /extra/Configs
parent6d4d6e2cfc6b7ea247adca2d3ae137a68c4e5148 (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')
-rw-r--r--extra/Configs/Config.in9
-rw-r--r--extra/Configs/defconfigs/or1k/defconfig2
2 files changed, 0 insertions, 11 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
diff --git a/extra/Configs/defconfigs/or1k/defconfig b/extra/Configs/defconfigs/or1k/defconfig
index d97651533..a4197470c 100644
--- a/extra/Configs/defconfigs/or1k/defconfig
+++ b/extra/Configs/defconfigs/or1k/defconfig
@@ -114,8 +114,6 @@ UCLIBC_GRP_BUFFER_SIZE=256
#
# Support various families of functions
#
-UCLIBC_LINUX_MODULE_26=y
-UCLIBC_LINUX_MODULE_24=y
UCLIBC_LINUX_SPECIFIC=y
UCLIBC_HAS_GNU_ERROR=y
UCLIBC_BSD_SPECIFIC=y