mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* Revert "busybox: update to 1.33.2 bugfix release (#8386)"
This reverts commit a6f79ace50
.
* busybox: fix compilation with GCC 10
When compiling busybox with GCC 10 and CONFIG_PKG_ASLR_PIE_ALL=y, there
are hundreds of errors like:
relocation R_MIPS16_26 against `xzalloc' cannot be used when making a
shared object; recompile with -fPIC
Simply solve this by no longer disabling PKG_ASLR_PIE, so that $(FPIC)
is properly added to the CFLAGS and LDFLAGS.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
* busybox: update to version 1.34.0
Update busybox to version 1.34.0
* Remove upstreamed patches (205, 530, 540)
* Remove one old patch that does not apply any more. (203)
That was originally introduced in 2008 with 563d23459,
but does not apply after busybox restructuring with
https://git.busybox.net/busybox/commit/networking/udhcp/dhcpc.c?h=1_34_stable&id=e6007c4911c3ea26925f9473b9f156a692585f30
and
https://git.busybox.net/busybox/commit/networking/udhcp/dhcpc.c?h=1_34_stable&id=1c7253726fcbab09917f143f0b703efbd2df55c3
* Refresh config and patches.
* Backport upstream fixes for
- MIPS compilation breakage and
- process substitution regression
Config refresh:
Refresh commands, run after busybox is first built once:
cd utils/busybox/
cd config/
../convert_menuconfig.pl ../../../../build_dir/target-aarch64_cortex-a53_musl/busybox-default/busybox-1.34.0
cd ..
./convert_defaults.pl < ../../../build_dir/target-aarch64_cortex-a53_musl/busybox-default/busybox-1.34.0/.config > Config-defaults.in
Manual edits needed afterward:
* Config-defaults.in: OpenWrt config symbol IPV6 logic applied to
BUSYBOX_DEFAULT_FEATURE_IPV6
* Config-defaults.in: OpenWrt configTARGET_bcm53xx logic applied to
BUSYBOX_DEFAULT_TRUNCATE (commit 547f1ec)
* Config-defaults.in: OpenWrt logic applied to
BUSYBOX_DEFAULT_LOGIN_SESSION_AS_CHILD (commit dc92917)
BUSYBOX_DEFAULT_UDHCPC_DEFAULT_INTERFACE (just "")
* config/editors/Config.in: Add USE_GLIBC dependency to
BUSYBOX_CONFIG_FEATURE_VI_REGEX_SEARCH (commit f141090)
* config/shell/Config.in : change at "Options common to all shells" the symbol
SHELL_ASH --> BUSYBOX_CONFIG_SHELL_ASH
(discussion in http://lists.openwrt.org/pipermail/openwrt-devel/2021-January/033140.html
Apparently our script does not see the hidden option while
prepending config options with "BUSYBOX_CONFIG_" which leads to a
missed dependency when the options are later evaluated.)
* Edit Config.in files by adding quotes to sourced items in
config/Config.in, config/networking/Config.in and config/util-linux/Config.in (commit 1da014f)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* busybox: update to 1.34.1
Update busybox to version 1.34.1, which is a minor
maintenance release. It contains just the two post-1.34.0
upstream patches that we earlier backported plus a few fixes
to awk.
* Remove the two backported upstream patches that are
now unnecessary.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* busybox: fix compatibility with BUSYBOX_CONFIG_INSTALL_NO_USR
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
* busybox: update to 1.35.0
Update busybox to 1.35.0
* refresh patches
Config refresh:
Refresh commands, run after busybox is first built once:
cd package/utils/busybox/config/
../convert_menuconfig.pl ../../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-default/busybox-1.35.0
cd ..
./convert_defaults.pl ../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-default/busybox-1.35.0/.config > Config-defaults.in
Manual edits needed after config refresh:
* Config-defaults.in: OpenWrt config symbol IPV6 logic applied to
BUSYBOX_DEFAULT_FEATURE_IPV6
* Config-defaults.in: OpenWrt configTARGET_bcm53xx logic applied to
BUSYBOX_DEFAULT_TRUNCATE (commit 547f1ec)
* Config-defaults.in: OpenWrt logic applied to
BUSYBOX_DEFAULT_LOGIN_SESSION_AS_CHILD (commit dc92917)
* config/editors/Config.in: Add USE_GLIBC dependency to
BUSYBOX_CONFIG_FEATURE_VI_REGEX_SEARCH (commit f141090)
* config/shell/Config.in : change at "Options common to all shells" the symbol
SHELL_ASH --> BUSYBOX_CONFIG_SHELL_ASH
(discussion in http://lists.openwrt.org/pipermail/openwrt-devel/2021-January/033140.html
Apparently our script does not see the hidden option while
prepending config options with "BUSYBOX_CONFIG_" which leads to a
missed dependency when the options are later evaluated.)
* Edit Config.in files by adding quotes to sourced items in
config/Config.in, config/networking/Config.in and config/util-linux/Config.in (commit 1da014f)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Co-authored-by: Stijn Tintel <stijn@linux-ipv6.be>
Co-authored-by: Hannu Nyman <hannu.nyman@iki.fi>
Co-authored-by: Marius Dinu <m95d+git@psihoexpert.ro>
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
# DO NOT EDIT. This file is generated from Config.src
|
|
menu "Mail Utilities"
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET
|
|
string "Default charset"
|
|
default BUSYBOX_DEFAULT_FEATURE_MIME_CHARSET
|
|
depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
|
|
help
|
|
Default charset of the message.
|
|
|
|
config BUSYBOX_CONFIG_MAKEMIME
|
|
bool "makemime (5.4 kb)"
|
|
default BUSYBOX_DEFAULT_MAKEMIME
|
|
help
|
|
Create MIME-formatted messages.
|
|
config BUSYBOX_CONFIG_POPMAILDIR
|
|
bool "popmaildir (10 kb)"
|
|
default BUSYBOX_DEFAULT_POPMAILDIR
|
|
help
|
|
Simple yet powerful POP3 mail popper. Delivers content
|
|
of remote mailboxes to local Maildir.
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY
|
|
bool "Allow message filters and custom delivery program"
|
|
default BUSYBOX_DEFAULT_FEATURE_POPMAILDIR_DELIVERY
|
|
depends on BUSYBOX_CONFIG_POPMAILDIR
|
|
help
|
|
Allow to use a custom program to filter the content
|
|
of the message before actual delivery (-F "prog [args...]").
|
|
Allow to use a custom program for message actual delivery
|
|
(-M "prog [args...]").
|
|
config BUSYBOX_CONFIG_REFORMIME
|
|
bool "reformime (7.5 kb)"
|
|
default BUSYBOX_DEFAULT_REFORMIME
|
|
help
|
|
Parse MIME-formatted messages.
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
|
|
bool "Accept and ignore options other than -x and -X"
|
|
default BUSYBOX_DEFAULT_FEATURE_REFORMIME_COMPAT
|
|
depends on BUSYBOX_CONFIG_REFORMIME
|
|
help
|
|
Accept (for compatibility only) and ignore options
|
|
other than -x and -X.
|
|
config BUSYBOX_CONFIG_SENDMAIL
|
|
bool "sendmail (14 kb)"
|
|
default BUSYBOX_DEFAULT_SENDMAIL
|
|
help
|
|
Barebones sendmail.
|
|
|
|
endmenu
|