mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
mpc83xx: fix device registration on the RB600
SVN-Revision: 19584
This commit is contained in:
parent
6960d7c8db
commit
a99bc52758
@ -704,7 +704,7 @@
|
||||
+
|
||||
+ return 0;
|
||||
+}
|
||||
+device_initcall(rbppc_declare_of_platform_devices);
|
||||
+machine_device_initcall(rb600, rbppc_declare_of_platform_devices);
|
||||
+
|
||||
+define_machine(rb600) {
|
||||
+ .name = "MikroTik RouterBOARD 600 series",
|
||||
|
Loading…
Reference in New Issue
Block a user