diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-19 00:22:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-19 00:22:04 +0000 |
commit | dacb6839c04fe00ed0efd3c5dfa117a74d5a7bc9 (patch) | |
tree | 290fdb9c70c457675881fa0746dea7e07d8ed91e /target/linux/ar71xx/base-files/lib | |
parent | ec9f3a661f3dc989e5d5f69470e8d16c1093a2c1 (diff) | |
download | master-187ad058-dacb6839c04fe00ed0efd3c5dfa117a74d5a7bc9.tar.gz master-187ad058-dacb6839c04fe00ed0efd3c5dfa117a74d5a7bc9.tar.bz2 master-187ad058-dacb6839c04fe00ed0efd3c5dfa117a74d5a7bc9.zip |
ar71xx: add support for the embeddedwireless Dorin board (based on patch by embeddedwireless.de)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
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 | \ |