ramips: RT1800: fix invalid octal number error
authorMax Qian <public@maxqia.com>
Fri, 15 Sep 2023 04:54:30 +0000 (21:54 -0700)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 17 Sep 2023 20:46:01 +0000 (22:46 +0200)
commit2dc284a79a0dd5f8a8e4d9422dd12319320ad6db
tree9db0bfe21abfdb92f86bbf1782da007251c9661a
parentc3be8324273dbd3f034fb3fe5b9d5ad7081b2d1f
ramips: RT1800: fix invalid octal number error

This commit removes the padded zeros in the date formatting.
The padded zeros from the date command causes the numbers
to be interpreted as an octal number by printf. Months, days,
and years with the number 08 or 09 raise an error in printf as an
"invalid octal number" and get interpreted as a zero.

Signed-off-by: Max Qian <public@maxqia.com>
(cherry picked from commit 794349a28a7b9036b54e13487a96120609db924e)
target/linux/ramips/image/mt7621.mk