diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-03-11 03:40:44 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-03-11 03:43:30 +0100 |
commit | 35a7f790967de6d887bed8d506c11ebb98da65d3 (patch) | |
tree | 3e7e5b1f1ceb8611ccc2504e072cc66c0e530dd2 /target/linux/oxnas/patches-4.14 | |
parent | 8ad0ba3a07b64c221db5a08523161a2cdda6194e (diff) | |
download | upstream-35a7f790967de6d887bed8d506c11ebb98da65d3.tar.gz upstream-35a7f790967de6d887bed8d506c11ebb98da65d3.tar.bz2 upstream-35a7f790967de6d887bed8d506c11ebb98da65d3.zip |
oxnas: use generic filenames for image and DTS
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/patches-4.14')
-rw-r--r-- | target/linux/oxnas/patches-4.14/040-pogoplug-series-3-compatible-string.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/oxnas/patches-4.14/040-pogoplug-series-3-compatible-string.patch b/target/linux/oxnas/patches-4.14/040-pogoplug-series-3-compatible-string.patch new file mode 100644 index 0000000000..f14afd4539 --- /dev/null +++ b/target/linux/oxnas/patches-4.14/040-pogoplug-series-3-compatible-string.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts ++++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts +@@ -12,7 +12,7 @@ + / { + model = "Cloud Engines PogoPlug Series 3"; + +- compatible = "cloudengines,pogoplugv3", "oxsemi,ox820"; ++ compatible = "cloudengines,pogoplug-series-3", "cloudengines,pogoplugv3", "oxsemi,ox820"; + + chosen { + bootargs = "earlyprintk console=ttyS0,115200"; |