]> git.ipfire.org Git - thirdparty/openwrt.git/commit
build: purge DESCRIPTION 21668/head
authorGeorge Sapkin <george@sapk.in>
Sat, 24 Jan 2026 02:30:48 +0000 (04:30 +0200)
committerRobert Marko <robimarko@gmail.com>
Sat, 24 Jan 2026 10:03:40 +0000 (11:03 +0100)
commit87b72fefcb373da99463a7b9eaf881b968d1b71f
tree9bf348a31a030b54df719441e6ec17b6429094d5
parent5f889eaacd901ee74a44da07a28abfb6fbbbbf87
build: purge DESCRIPTION

DESCRIPTION field has been deprecated since 2007, yet internal exporting
causes intermittent package build failures due to the deprecation check,
even with packages that don't have that fields set. Replace all
DESCRIPTION exports with alternative variables defined through shexport
and shvar helpers and remove the check.

Fixes: 547b127d ("make kernel module packaging code reusable and use it in madwifi")
Fixes: 7558f028 ("DESCRIPTION:= is obselete, so complain if it is used and use TITLE if no description is set")
Fixes: cc435322 ("build: optimize target metadata dump")
Fixes: d081edf7 ("build: clean up and optimize ipkg control generator code")
Signed-off-by: George Sapkin <george@sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21668
Signed-off-by: Robert Marko <robimarko@gmail.com>
include/kernel.mk
include/package-pack.mk
include/package.mk
include/target.mk