ramips: RT1800: fix invalid octal number error
authorMax Qian <public@maxqia.com>
Fri, 15 Sep 2023 04:54:30 +0000 (21:54 -0700)
committerMax Qian <public@maxqia.com>
Sun, 17 Sep 2023 20:52:55 +0000 (13:52 -0700)
commit794349a28a7b9036b54e13487a96120609db924e
treefbd224d45dc0d9d73368494c299deac330a7edb3
parent98bad1b4fc0d1a42b20eb1d3518f59aa7bb0b2d8
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>
target/linux/ramips/image/mt7621.mk