diff options
author | Mathias Kresin <dev@kresin.me> | 2018-02-17 09:18:09 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-02-20 19:25:17 +0100 |
commit | c330408ea92d9bf6af187b90d2f3f513d4d8ed8a (patch) | |
tree | 939a909fad41edce7201102a023c3c50cbfe093e /target/linux/ramips/image/rt288x.mk | |
parent | 6eaf8b3d89571992a0aa7142cfab3f1dcef3c802 (diff) | |
download | upstream-c330408ea92d9bf6af187b90d2f3f513d4d8ed8a.tar.gz upstream-c330408ea92d9bf6af187b90d2f3f513d4d8ed8a.tar.bz2 upstream-c330408ea92d9bf6af187b90d2f3f513d4d8ed8a.zip |
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image/rt288x.mk')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |