summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-09-18 14:30:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-09-18 14:30:57 +0000
commit9a11f882d765a8ca31b151f6d9e20c8062b115cf (patch)
tree42f3bc6539f4117143fdf3eaa88beda0b381b34a /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentee16fea0791030eaa67fc291f1ec32a6daee61f3 (diff)
downloadmtk-20170518-9a11f882d765a8ca31b151f6d9e20c8062b115cf.zip
mtk-20170518-9a11f882d765a8ca31b151f6d9e20c8062b115cf.tar.gz
mtk-20170518-9a11f882d765a8ca31b151f6d9e20c8062b115cf.tar.bz2
ar71xx: revert DIR-825-B1 wholeflash image support.
It should be implemmented in a cleaner way. This reverts the following commits: [ar71xx] dir-825-b1: Fix wholeflash images [ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash" SVN-Revision: 33459
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 2b083e1..032988e 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -201,15 +201,6 @@ ar71xx_board_detect() {
*"DIR-825 rev. B1")
name="dir-825-b1"
;;
- *"DIR-825 rev. B1 WHOLEFLASH")
- name="dir-825-b1-wholeflash"
- ;;
- *"DIR-825 rev. B1 TOWHOLEFLASH")
- name="dir-825-b1-towholeflash"
- ;;
- *"DIR-825 rev. B1 TOSTOCK")
- name="dir-825-b1-tostock"
- ;;
*EAP7660D)
name="eap7660d"
;;