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/base-files/lib/ramips.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/linux/ramips/base-files/lib') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 9738f01..74ed591 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -112,9 +112,6 @@ ramips_board_detect() { *"DAP-1350") name="dap-1350" ;; - *"DAP-1522 A1") - name="dap-1522-a1" - ;; *"DB-WRT01") name="db-wrt01" ;; -- cgit v1.1