From c330408ea92d9bf6af187b90d2f3f513d4d8ed8a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 17 Feb 2018 09:18:09 +0100 Subject: ramips: use generic board detection for D-Link DAP-1522 A1 Use the generic board detection for the D-Link DAP-1522 A1 instead of the target specific one as all recent additions are doing. Signed-off-by: Mathias Kresin --- target/linux/ramips/image/rt288x.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index e9627a7431..280ce56172 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -30,7 +30,7 @@ define Device/ar725w endef TARGET_DEVICES += ar725w -define Device/dap-1522-a1 +define Device/dlink_dap-1522-a1 DTS := DAP-1522-A1 BLOCKSIZE := 64k IMAGE_SIZE := 3801088 @@ -44,7 +44,7 @@ define Device/dap-1522-a1 wrg-header wapnd01_dlink_dap1522 | \ check-size $$$$(IMAGE_SIZE) endef -TARGET_DEVICES += dap-1522-a1 +TARGET_DEVICES += dlink_dap-1522-a1 define Device/f5d8235-v1 IMAGE_SIZE := 7744k -- cgit v1.2.3