diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 940b9d5a33..103534e060 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -88,6 +88,13 @@ define Device/hc5962 endef TARGET_DEVICES += hc5962 +define Device/k2p + DTS := K2P + IMAGE_SIZE := $(ralink_default_fw_size_16M) + DEVICE_TITLE := Phicomm K2P +endef +TARGET_DEVICES += k2p + define Device/mt7621 DTS := MT7621 BLOCKSIZE := 64k |