diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 9e5bd811b0..48561d5ff9 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -236,6 +236,21 @@ define Device/dlink_dir-860l-b1 endef TARGET_DEVICES += dlink_dir-860l-b1 +define Device/dlink_dir-878-a1 + IMAGE_SIZE := 16000k + DEVICE_VENDOR := D-Link + DEVICE_MODEL := DIR-878 + DEVICE_VARIANT := A1 + DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware wpad-basic + KERNEL_INITRAMFS := $$(KERNEL) | uimage-padhdr 96 + IMAGES += factory.bin + IMAGE/sysupgrade.bin := append-kernel | append-rootfs | uimage-padhdr 96 |\ + pad-rootfs | append-metadata | check-size + IMAGE/factory.bin := append-kernel | append-rootfs | uimage-padhdr 96 |\ + check-size +endef +TARGET_DEVICES += dlink_dir-878-a1 + define Device/d-team_newifi-d2 $(Device/uimage-lzma-loader) IMAGE_SIZE := 32448k |