modutils: optional modutils-small by Vladimir Dronnikov.
15kb smaller than standard one. libbb/recursive_action.c: commented-out code for aborting the scan.
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
||||
|
||||
lib-y:=
|
||||
lib-$(CONFIG_DEPMOD) += depmod.o
|
||||
lib-$(CONFIG_INSMOD) += insmod.o
|
||||
lib-$(CONFIG_LSMOD) += lsmod.o
|
||||
lib-$(CONFIG_MODPROBE) += modprobe.o
|
||||
lib-$(CONFIG_RMMOD) += rmmod.o
|
||||
lib-$(CONFIG_DEPMOD) += depmod.o
|
||||
lib-$(CONFIG_INSMOD) += insmod.o
|
||||
lib-$(CONFIG_LSMOD) += lsmod.o
|
||||
lib-$(CONFIG_MODPROBE) += modprobe.o
|
||||
lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o
|
||||
lib-$(CONFIG_RMMOD) += rmmod.o
|
||||
|
Reference in New Issue
Block a user