diff options
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index cdae42f3e4..30552ebee1 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -196,6 +196,15 @@ define Device/buffalo_wsr-1166dhp endef TARGET_DEVICES += buffalo_wsr-1166dhp +define Device/buffalo_wsr-2533dhpl + IMAGE_SIZE := 7936k + DEVICE_VENDOR := Buffalo + DEVICE_MODEL := WSR-2533DHPL + IMAGE/sysupgrade.bin := trx | pad-rootfs | append-metadata + DEVICE_PACKAGES := kmod-mt7615e wpad-basic +endef +TARGET_DEVICES += buffalo_wsr-2533dhpl + define Device/buffalo_wsr-600dhp IMAGE_SIZE := 16064k DEVICE_VENDOR := Buffalo |