mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
* update to a new upstream commit, fixes #19366 * update patches/010-cmakelists-remove-cflags.patch as upstream file was update * remove patches/020-cmakelists-add-version.patch as version is now set elsewhere * add patches/020-src-options.c-add-version.patch to set the version information * adjust PROCD START time to 95 Signed-off-by: Stan Grishin <stangri@melmac.ca>
12 lines
311 B
Diff
12 lines
311 B
Diff
--- a/src/options.c
|
|
+++ b/src/options.c
|
|
@@ -22,7 +22,7 @@ const char * options_sw_version() {
|
|
#ifdef SW_VERSION
|
|
return SW_VERSION;
|
|
#else
|
|
- return "2023.01.01-atLeast"; // update date sometimes, like 1-2 times a year
|
|
+ return "2023-05-25-1"; // update date sometimes, like 1-2 times a year
|
|
#endif
|
|
}
|
|
|