ramips: Add support for D-Link DCH-M225
D-Link DCH-M225 is based on Mediatek MT7620 with 64MB ram, 8MB flash, 3.5mm audio out support. but no ethernet and usb ports. so you must default enable wifi. Signed-off-by: Michael Lee <igvtee@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
36d98e6c7a
commit
c3e420f28c
@@ -41,6 +41,15 @@ define Build/elecom-header
|
||||
$(STAGING_DIR_HOST)/bin/tar -cf $@ -C $(KDIR) v_0.0.0.bin v_0.0.0.md5
|
||||
endef
|
||||
|
||||
define Build/seama
|
||||
$(STAGING_DIR_HOST)/bin/seama -i $@ $(1)
|
||||
mv $@.seama $@
|
||||
endef
|
||||
|
||||
define Build/seama-seal
|
||||
$(call Build/seama,-s $@.seama $(1))
|
||||
endef
|
||||
|
||||
define Device/ArcherC20i
|
||||
DTS := ArcherC20i
|
||||
KERNEL := $(KERNEL_DTB)
|
||||
@@ -413,3 +422,22 @@ define Device/tiny-ac
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
|
||||
endef
|
||||
TARGET_DEVICES += tiny-ac
|
||||
|
||||
dch_m225_mtd_size=7012352
|
||||
define Device/dch-m225
|
||||
DTS := DCH-M225
|
||||
IMAGES += factory.bin
|
||||
IMAGE_SIZE := $(dch_m225_mtd_size)
|
||||
IMAGE/sysupgrade.bin := \
|
||||
append-kernel | pad-offset 65536 64 | append-rootfs | \
|
||||
seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \
|
||||
pad-rootfs | check-size $$$$(IMAGE_SIZE)
|
||||
IMAGE/factory.bin := \
|
||||
append-kernel | pad-offset 65536 64 | append-rootfs | pad-rootfs -x 64 | \
|
||||
seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \
|
||||
seama-seal -m "signature=wapn22_dlink.2013gui_dap1320b" | \
|
||||
check-size $$$$(IMAGE_SIZE)
|
||||
DEVICE_TITLE := D-Link DCH-M225
|
||||
DEVICE_PACKAGES := kmod-mt76
|
||||
endef
|
||||
TARGET_DEVICES += dch-m225
|
||||
|
||||
Reference in New Issue
Block a user