Skip to content

Commit

Permalink
ramips: Re-add support for XiaoYu-C5 (coolsnowwolf#2376)
Browse files Browse the repository at this point in the history
* ramips: XiaoYu-C5 fix to 512MB

* Re-add support for XiaoYu-C5
  • Loading branch information
aiamadeus authored and coolsnowwolf committed Dec 11, 2019
1 parent 729dbee commit 499a8ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
label-mac-device = &ethernet;
};

memory@0 {
device_type = "memory";
reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
};

chosen {
bootargs = "console=ttyS0,57600";
};
Expand Down
7 changes: 3 additions & 4 deletions target/linux/ramips/image/mt7621.mk
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,9 @@ endef
TARGET_DEVICES += mediatek_ap-mt7621a-v60

define Device/xiaoyu_xy-c5
MTK_SOC := mt7621
IMAGE_SIZE := 32448k
DEVICE_VENDOR := XiaoYu
DEVICE_MODEL := XY-C5
DTS := XiaoYu-C5
IMAGE_SIZE := $(ralink_default_fw_size_32M)
DEVICE_TITLE := XiaoYu_XY-C5
DEVICE_PACKAGES := kmod-ata-core kmod-ata-ahci kmod-usb3
endef
TARGET_DEVICES += xiaoyu_xy-c5
Expand Down

0 comments on commit 499a8ba

Please sign in to comment.