mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
busybox: remove quirk for old unsupported versions
This code is no longer useful, since the oldest version supported by Builroot is 1.16. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
90cdd7d925
commit
f1e4aac40e
@ -49,17 +49,6 @@ define BUSYBOX_SET_SYSKLOGD
|
|||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# id applet breaks on >=1.13.0 with old uclibc unless the bb pwd routines are used
|
|
||||||
ifeq ($(BR2_BUSYBOX_VERSION_1_13_X)$(BR2_BUSYBOX_VERSION_1_14_X)$(BR2_UCLIBC_VERSION_0_9_29),yy)
|
|
||||||
define BUSYBOX_SET_BB_PWD
|
|
||||||
if grep -q 'CONFIG_ID=y' $(BUSYBOX_BUILD_CONFIG); \
|
|
||||||
then \
|
|
||||||
echo 'warning: CONFIG_ID needs BB_PWD_GRP with old uclibc, enabling' >&2;\
|
|
||||||
$(SED) "s/^.*CONFIG_USE_BB_PWD_GRP.*/CONFIG_USE_BB_PWD_GRP=y/;" $(BUSYBOX_BUILD_CONFIG); \
|
|
||||||
fi
|
|
||||||
endef
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_LARGEFILE),y)
|
ifeq ($(BR2_LARGEFILE),y)
|
||||||
define BUSYBOX_SET_LARGEFILE
|
define BUSYBOX_SET_LARGEFILE
|
||||||
$(call KCONFIG_ENABLE_OPT,CONFIG_LFS,$(BUSYBOX_BUILD_CONFIG))
|
$(call KCONFIG_ENABLE_OPT,CONFIG_LFS,$(BUSYBOX_BUILD_CONFIG))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user