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>
This commit is contained in:
Mathias Kresin
2018-02-17 09:18:09 +01:00
parent 6eaf8b3d89
commit c330408ea9
5 changed files with 5 additions and 8 deletions

View File

@@ -242,7 +242,7 @@ ramips_setup_interfaces()
;;
cs-qr10|\
d105|\
dap-1522-a1|\
dlink,dap-1522-a1|\
dch-m225|\
ex2700|\
ex3700|\

View File

@@ -147,7 +147,7 @@ get_status_led() {
youku-yk1)
status_led="$boardname:blue:power"
;;
dap-1522-a1|\
dlink,dap-1522-a1|\
k2p|\
m3|\
mir3g|\

View File

@@ -20,7 +20,7 @@ dir-645 | \
dir-860l-b1)
fix_checksum seama
;;
dap-1522-a1)
dlink,dap-1522-a1)
fix_checksum wrg
;;
esac

View File

@@ -112,9 +112,6 @@ ramips_board_detect() {
*"DAP-1350")
name="dap-1350"
;;
*"DAP-1522 A1")
name="dap-1522-a1"
;;
*"DB-WRT01")
name="db-wrt01"
;;