mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Remove references to module-init-tools
Now that it is replaced by kmod. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
94c72087f3
commit
4ce8af8632
@ -27,21 +27,6 @@ configuration+, and modify +Port to run a getty (login prompt) on+ and
|
|||||||
+/etc/inittab+ file of the generated system so that a shell starts on
|
+/etc/inittab+ file of the generated system so that a shell starts on
|
||||||
the correct serial port.
|
the correct serial port.
|
||||||
|
|
||||||
[[faq-module-init-tool-build-failure]]
|
|
||||||
module-init-tools fails to build with 'cannot find -lc'
|
|
||||||
-------------------------------------------------------
|
|
||||||
|
|
||||||
If the build of +module-init-tools+ for the host fails with:
|
|
||||||
|
|
||||||
------------------------
|
|
||||||
/usr/bin/ld: cannot find -lc
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
then probably you are running a Fedora (or similar) distribution, and
|
|
||||||
you should install the +glibc-static+ package. This is because the
|
|
||||||
+module-init-tools+ build process wants to link statically against the
|
|
||||||
C library.
|
|
||||||
|
|
||||||
[[faq-no-compiler-on-target]]
|
[[faq-no-compiler-on-target]]
|
||||||
Why is there no compiler on the target?
|
Why is there no compiler on the target?
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
@ -42,10 +42,8 @@ ifeq ($(BR2_PACKAGE_KMOD_TOOLS),y)
|
|||||||
KMOD_LICENSE += GPLv2+
|
KMOD_LICENSE += GPLv2+
|
||||||
KMOD_LICENSE_FILES += COPYING
|
KMOD_LICENSE_FILES += COPYING
|
||||||
|
|
||||||
# take precedence over busybox / module-init-tools implementations
|
# take precedence over busybox implementation
|
||||||
KMOD_DEPENDENCIES += \
|
KMOD_DEPENDENCIES += $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||||
$(if $(BR2_PACKAGE_BUSYBOX),busybox) \
|
|
||||||
$(if $(BR2_PACKAGE_MODULE_INIT_TOOLS),module-init-tools)
|
|
||||||
|
|
||||||
define KMOD_INSTALL_TOOLS
|
define KMOD_INSTALL_TOOLS
|
||||||
for i in depmod insmod lsmod modinfo modprobe rmmod; do \
|
for i in depmod insmod lsmod modinfo modprobe rmmod; do \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user