mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
ipq40xx: add ASUS RT-1300UHP support
This commit is contained in:
parent
a04283b4f7
commit
142be6001b
@ -6,12 +6,12 @@
|
||||
#include <dt-bindings/soc/qcom,tcsr.h>
|
||||
|
||||
/ {
|
||||
model = "ASUS RT-AC58U";
|
||||
model = "ASUS RT-AC58U / RT-AC1300UHP";
|
||||
compatible = "asus,rt-ac58u", "qcom,ipq4019";
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0x80000000 0x8000000>;
|
||||
reg = <0x80000000 0x10000000>;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
@ -77,7 +77,7 @@ define Device/asus_rt-ac58u
|
||||
BLOCKSIZE := 128k
|
||||
PAGESIZE := 2048
|
||||
DTB_SIZE := 65536
|
||||
DEVICE_TITLE := Asus RT-AC58U
|
||||
DEVICE_TITLE := Asus RT-AC58U / RT-AC1300UHP
|
||||
IMAGE_SIZE := 20439364
|
||||
FILESYSTEMS := squashfs
|
||||
# Someone - in their infinite wisdom - decided to put the firmware
|
||||
|
Loading…
Reference in New Issue
Block a user