diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 22:50:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-29 22:50:54 +0000 |
commit | 2a5193308f1958dae011960fcfdf20cd1c4c2e0e (patch) | |
tree | 75062af836bbbfd44552dd6f4d038b798b56f9ca /target/linux/ar71xx/base-files/lib | |
parent | 800da21cb1b554ee66e0cafd9e946401b62b9105 (diff) | |
download | upstream-2a5193308f1958dae011960fcfdf20cd1c4c2e0e.tar.gz upstream-2a5193308f1958dae011960fcfdf20cd1c4c2e0e.tar.bz2 upstream-2a5193308f1958dae011960fcfdf20cd1c4c2e0e.zip |
ar71xx: add user space support for dir-825-c1
[juhosg: fix whitespaces in some scripts]
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35402
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 428144dc1a..6363b53a9b 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -216,6 +216,9 @@ ar71xx_board_detect() { *"DIR-825 rev. B1") name="dir-825-b1" ;; + *"DIR-825 rev. C1") + name="dir-825-c1" + ;; *EAP7660D) name="eap7660d" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index c8b8380ab5..9afa53d478 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -108,6 +108,7 @@ platform_check_image() { dir-600-a1 | \ dir-615-c1 | \ dir-615-e4 | \ + dir-825-c1 | \ ew-dorin | \ ew-dorin-router | \ mzk-w04nu | \ |