diff options
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 105f1f5b18..8e13920672 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -549,6 +549,14 @@ define Device/elecom_wrc-2533ghbk-i endef TARGET_DEVICES += elecom_wrc-2533ghbk-i +define Device/elecom_wrc-2533gs2 + $(Device/elecom_wrc-gs) + IMAGE_SIZE := 11264k + DEVICE_MODEL := WRC-2533GS2 + ELECOM_HWNAME := WRC-2533GS2 +endef +TARGET_DEVICES += elecom_wrc-2533gs2 + define Device/elecom_wrc-2533gst $(Device/elecom_wrc-gs) IMAGE_SIZE := 11264k |