mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ramips: Re-add support for XiaoYu-C5 (#2376)
* ramips: XiaoYu-C5 fix to 512MB * Re-add support for XiaoYu-C5
This commit is contained in:
parent
729dbee977
commit
499a8ba3da
@ -17,6 +17,11 @@
|
||||
label-mac-device = ðernet;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user