mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
c4143505e0
The setup is the same for all devices, so move it up one level. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
#include "mt7620a_phicomm_k2x.dtsi"
|
|
|
|
/ {
|
|
compatible = "phicomm,psg1218b", "phicomm,psg1218", "ralink,mt7620a-soc";
|
|
model = "Phicomm PSG1218 rev.B";
|
|
};
|
|
|
|
&partitions {
|
|
partition@50000 {
|
|
compatible = "denx,uimage";
|
|
label = "firmware";
|
|
reg = <0x50000 0x7b0000>;
|
|
};
|
|
};
|