Skip to content
成功

変更履歴

概要

  1. base-files: always generate default DUID (commit: 52fa372) (details)
  2. apk: bump to 3.0.2 (commit: b15628e) (details)
  3. image: add CONFIG_EXTRA_IMAGE_NAME (commit: 24b8db1) (details)
  4. odhcpd: update to Git HEAD (2025-12-13) (commit: ff45460) (details)
コミット 52fa3728e5304ecdfca77332bdfe870696b95d35 by ynezz
base-files: always generate default DUID

The previous logic was copied from 12_network-generate-ula, but fails to
account for upgrades where the "auto" value isn't set (it is set by
base-files/files/bin/config_generate). Fix this to always set the
default duid if it isn't set.

Also, rename the file to better reflect what it does.

Closes: #21029
Fixes: a660a076db5a ("base-files: generate a global DHCP DUID")
Link: https://github.com/openwrt/openwrt/pull/21118
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Petr Štetiar <ynezz@true.cz> [fixes,closes tag]
(commit: 52fa372)
The file was addedpackage/base-files/files/etc/uci-defaults/14_network-generate-duid
The file was removedpackage/base-files/files/etc/uci-defaults/14_network-generate-clientid
コミット b15628ec80160d4eeadbd5a7c71702cef1249fe4 by robimarko
apk: bump to 3.0.2

We drop patch 0020-apk-fix-compile: integrated at source.
Compressed help now functions normally.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21127
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: b15628e)
The file was removedpackage/system/apk/patches/0020-apk-fix-compile-when-using-C89.patch
The file was modifiedpackage/system/apk/Makefile (diff)
コミット 24b8db118b6c84b92d17f969794b2bd6d73b8cdc by ynezz
image: add CONFIG_EXTRA_IMAGE_NAME

This allows an optional tag to be put in the .config file which is
included in the filename of the resulting images, so it's easier to
build images with different functionality for the same target hardware.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Link: https://github.com/openwrt/openwrt/pull/20984
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(commit: 24b8db1)
The file was modifiedpackage/base-files/image-config.in (diff)
The file was modifiedinclude/image.mk (diff)
コミット ff4546093e0146654007d71a2cc37034fe9f633e by noltari
odhcpd: update to Git HEAD (2025-12-13)

cf51aeb93220 odhcpd: fix captive_portal_uri reset
e8b7fdea8d5e dhcpv4: fix DNS server option
b84553e496a3 router: Modify relayed RA PIO P flag according to interface policy
da3e2a9829cc router: Modify relayed RA PIO A flags according to interface policy
bad7138b70f0 README.md: update dhcp ubus events

https://github.com/openwrt/odhcpd/compare/ca00527e5fc3...cf51aeb93220

Also remove duplicated /usr/share/libubox/jshn.sh include.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(commit: ff45460)
The file was modifiedpackage/network/services/odhcpd/files/odhcpd.defaults (diff)
The file was modifiedpackage/network/services/odhcpd/Makefile (diff)