summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2012-09-06 18:15:26 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2012-09-06 18:15:26 +0000
commitc3b7139ab229bba6f0368b5e8152fb6cf8aec008 (patch)
tree3fe8b0d363ce382759618ddd1fdd481462965db5 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent31e063d212a4b5ee910041c072a5b611eec31578 (diff)
downloadmtk-20170518-c3b7139ab229bba6f0368b5e8152fb6cf8aec008.zip
mtk-20170518-c3b7139ab229bba6f0368b5e8152fb6cf8aec008.tar.gz
mtk-20170518-c3b7139ab229bba6f0368b5e8152fb6cf8aec008.tar.bz2
dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware.
SVN-Revision: 33326
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index cc24864..a1979a6 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -201,6 +201,12 @@ ar71xx_board_detect() {
*"DIR-825 rev. B1")
name="dir-825-b1"
;;
+ *"DIR-825 rev. B1 OpenWrt")
+ name="dir-825-b1-openwrt"
+ ;;
+ *"DIR-825 rev. B1 TOSTOCK")
+ name="dir-825-b1-tostock"
+ ;;
*EAP7660D)
name="eap7660d"
;;