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/base-files/lib | |
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/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 9738f01dfe..74ed5913b8 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" ;; |