mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
bcm63xx: DGND3700v1: use the real board name
The Netgear DGND3700v1/DGND3800B shows kernel redundant info at the board message, already provided by the machine info message. Use the real board name which is silkscreened on the PCB and used in the stock firmware header. Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
This commit is contained in:
parent
8663072854
commit
81df645572
@ -136,7 +136,7 @@
|
||||
+};
|
||||
+
|
||||
+static struct board_info __initdata board_DGND3700v1_3800B = {
|
||||
+ .name = "DGND3700v1_3800B",
|
||||
+ .name = "U12L144T01",
|
||||
+ .expected_cpu_id = 0x6368,
|
||||
+
|
||||
+ .has_pci = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user