From 26cf21df024faae5a287854b7427b720b09bd9ad Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 19 Jun 2012 00:22:04 +0000 Subject: ar71xx: add support for the embeddedwireless Dorin board (based on patch by embeddedwireless.de) SVN-Revision: 32447 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 4 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ddeee3e775..e4a92af75e 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -376,6 +376,9 @@ ar71xx_board_detect() { *ZCN-1523H-5) name="zcn-1523h-5" ;; + *EmbWir-Dorin) + name="ew-dorin" + ;; esac case "$machine" in diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index a3295ed5fc..10ba6f8542 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -93,6 +93,7 @@ platform_check_image() { } return 0 ;; + ew-dorin | \ ap81 | \ ap83 | \ dir-600-a1 | \ -- cgit v1.2.3