Magellan Linux

Revision 3764


Jump to revision: Previous Next
Author: niro
Date: Sat Aug 12 12:24:36 2023 UTC (8 months, 2 weeks ago)
Changed paths: 1
Log Message:
-updated for 1.36.1:
- Use -static-libgcc (STATIC_LIBGCC) [Y/n/?] Y
- Warn about single parameter bb_xx_msg calls (WARN_SIMPLE_MSG) [N/y/?] N
- SHA1: Trade bytes for speed (0:fast, 3:slow) (SHA1_SMALL) [3] 3
- SHA1: Use hardware accelerated instructions if possible (SHA1_HWACCEL) [Y/n/?] Y
- SHA256: Use hardware accelerated instructions if possible (SHA256_HWACCEL) [Y/n/?] Y
- Use LOOP_CONFIGURE for losetup and loop mounts
  1. use LOOP_CONFIGURE, needs kernel >= 5.8 (LOOP_CONFIGURE) (NEW)
  2. use LOOP_SET_FD + LOOP_SET_STATUS (NO_LOOP_CONFIGURE) (NEW)
> 3. try LOOP_CONFIGURE, fall back to LOOP_SET_FD + LOOP_SET_STATUS (TRY_LOOP_CONFIGURE) 3
- Allow timezone in dates (FEATURE_TIMEZONE) [Y/n/?] Y
- crc32 (4.1 kb) (CRC32) [Y/n] Y
- cut -F (FEATURE_CUT_REGEX) [Y/n/?] Y
- tsort (0.7 kb) (TSORT) [Y/n/?] Y
- base32 (4.9 kb) (BASE32) [Y/n/?] Y
- Expand "%" and "#" in colon commands (FEATURE_VI_COLON_EXPAND) [Y/n/?] Y
- Enable verbose status reporting (FEATURE_VI_VERBOSE_STATUS) [Y/n/?] Y
- CPU list support (-c option) (FEATURE_TASKSET_CPULIST) [Y/n/?] Y
- erofs filesystem (FEATURE_VOLUMEID_EROFS) [Y/n/?] Y
- ascii (ASCII) [Y/n/?] Y
- mim (0.5 kb) (MIM) [Y/n/?] Y
- seedrng (1.3 kb) (SEEDRNG) [Y/n/?] Y
- tree (0.6 kb) (TREE) [Y/n/?] Y
- Open watchdog device twice, closing it gracefully in between (FEATURE_WATCHDOG_OPEN_TWICE) [N/y/?] N
- Default port (FEATURE_HTTPD_PORT_DEFAULT) [80] 80
- Support caching via ETag header (FEATURE_HTTPD_ETAG) [Y/n/?] Y
- Add Last-Modified header to response (FEATURE_HTTPD_LAST_MODIFIED) [Y/n/?] Y
- Add Date header to response (FEATURE_HTTPD_DATE) [Y/n/?] Y
- ACL IP (FEATURE_HTTPD_ACL_IP) [Y/n/?] Y
- Absolute path to config script for IPv6 (UDHCPC6_DEFAULT_SCRIPT) [/usr/share/udhcpc/default6.script]
- Default interface name (UDHCPC_DEFAULT_INTERFACE) [eth0]
- sleep builtin (ASH_SLEEP) [Y/n] Y
- Internal shell for embedded script support (SHELL_HUSH) [N/y] N


Changed paths

Path Details
Directorytrunk/busybox/config modified , text changed