From 23dc17551cb9c5ce1f3029223913aa111ac10bd7 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 26 Apr 2009 06:40:02 +0000 Subject: [ar71xx] add experimental support for the Linksys WRT400N board (thanks to netprince) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15422 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') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 15c6159e1b..fb0ff27462 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -52,6 +52,9 @@ ar71xx_board_name() { *WNR2000) name="wnr2000" ;; + *WRT400N) + name="wrt400n" + ;; *) name="generic" ;; -- cgit v1.2.3