From db5288e38a3efb1a2e86d41590c071c5bf81e44e Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 22 Dec 2009 19:31:28 +0000 Subject: ar71xx: add support for the TL-WR841N v1.5 board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18893 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 e73bb7f64..42f41e753 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -76,6 +76,9 @@ ar71xx_board_name() { *TL-WR741ND) name="tl-wr741nd" ;; + *"TL-WR841N v1") + name="tl-wr841n-v1" + ;; *TL-WR941ND) name="tl-wr941nd" ;; -- cgit v1.2.3