mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-08 04:49:28 -04:00
The upper 16 bits of the 32 bit value encode the SoC model in BCD notation (for example 0x83806800 on a Netgear GS108Tv3 with an RTL8380M), so it makes more sense to output the value in hex notation than in decimal notation. Signed-off-by: Pascal Ernster <git@hardfalcon.net>