diff options
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index f9a9fdb84c..b0eb337a47 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -62,6 +62,14 @@ define Device/ArcherMR200 endef TARGET_DEVICES += ArcherMR200 +define Device/c108 + DTS := C108 + IMAGE_SIZE := 16777216 + DEVICE_TITLE := HNET C108 + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-sdhci-mt7620 +endef +TARGET_DEVICES += c108 + define Device/cf-wr800n DTS := CF-WR800N DEVICE_TITLE := Comfast CF-WR800N |