Remove obsolete code in busybox.mk
Remove this quirk since the tested code is no longer present in busybox since 1.10. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
31f5268b3d
commit
7d814728ae
@ -41,14 +41,6 @@ define BUSYBOX_SET_MDEV
|
||||
endef
|
||||
endif
|
||||
|
||||
# If we have external syslogd, force busybox to use it
|
||||
ifeq ($(BR2_PACKAGE_SYSKLOGD),y)
|
||||
define BUSYBOX_SET_SYSKLOGD
|
||||
@$(SED) "/#include.*busybox\.h/a#define CONFIG_SYSLOGD" \
|
||||
$(BUSYBOX_DIR)/init/init.c
|
||||
endef
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_LARGEFILE),y)
|
||||
define BUSYBOX_SET_LARGEFILE
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_LFS,$(BUSYBOX_BUILD_CONFIG))
|
||||
|
Loading…
Reference in New Issue
Block a user