mirror of https://github.com/hak5/openwrt.git
ath79: specify "firmware" partition format for Netgear WNDR3800
It doesn't require trying parsers one by one. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>openwrt-19.07
parent
a22311e6a6
commit
ffd082aa38
|
@ -24,6 +24,7 @@
|
|||
partition@70000 {
|
||||
label = "firmware";
|
||||
reg = <0x070000 0xf80000>;
|
||||
compatible = "netgear,uimage";
|
||||
};
|
||||
|
||||
art: partition@ff0000 {
|
||||
|
|
Loading…
Reference in New Issue