mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-17 19:26:59 +08:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
![]() |
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "qcom-ipq4019-r619ac.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "P&W R619AC";
|
||
|
compatible = "p2w,r619ac";
|
||
|
|
||
|
chosen {
|
||
|
bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs";
|
||
|
};
|
||
|
};
|