mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 14:42:11 -05:00
Changelog: Notable Changes - Several updates and fixes for systemd - Add new permissions and policy capabilities - Drop reiserfs support (it was removed in kernel 6.13) New Modules - bubblewrap - incus - kanidm - seatd - opensnitch Refresh patch: - 100-no-docs.patch Link: https://github.com/openwrt/openwrt/pull/20861 Signed-off-by: Nick Hainke <vincent@systemli.org>
9 lines
344 B
Diff
9 lines
344 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -729,4 +729,4 @@ ifneq ($(generated_fc),)
|
|
endif
|
|
endif
|
|
|
|
-.PHONY: install-src install-appconfig install-headers install-udica-templates build-interface-db generate xml conf html bare tags
|
|
+.PHONY: install-src install-appconfig install-headers install-udica-templates build-interface-db generate conf bare tags
|