From 8221ebb0200c30f1896ae82a03c29d5a0916c685 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 7 Mar 2010 05:41:01 +0000 Subject: ar71xx: add preliminary support for the RouterBOARD 750 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20029 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index b4612dc63..ad1cf7d1e 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -67,6 +67,9 @@ ar71xx_board_name() { *"RouterBOARD 493/AH") name="rb-493" ;; + *"RouterBOARD 750") + name="rb-750" + ;; *"Rocket M") name="rocket-m" ;; -- cgit v1.2.3