aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-19 19:44:37 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-19 19:44:37 +0000
commit2ff89c28473c2fabfe3faa11282e623ac20f0bce (patch)
treec9420c4aef0888a6f5a662e7a106a1d44bea4018 /target/linux/ramips/base-files/lib/ramips.sh
parentc9eaff156a0ed7aeb827ec1ebaf22dcbde8cf117 (diff)
downloadopenwrt-2ff89c28473c2fabfe3faa11282e623ac20f0bce.tar.gz
openwrt-2ff89c28473c2fabfe3faa11282e623ac20f0bce.zip
AA: ramips: add user space support for the DIR-645
Backport of r33844. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 90c28b7ab..90afa49bb 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -92,6 +92,9 @@ ramips_board_name() {
*"DIR-615 H1")
name="dir-615-h1"
;;
+ *"DIR-645")
+ name="dir-645"
+ ;;
*"DAP-1350")
name="dap-1350"
;;