summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-26 06:40:02 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-26 06:40:02 +0000
commit97b99eb026ea7a8fb6c49a7bf91fe87c3a254b90 (patch)
tree14639c8df29c4288ca08a71197c9fea856ed56ae /target/linux/ar71xx/base-files
parentb4c19d9ab47a02c04126349a00e90cd304ffd4d4 (diff)
[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
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 15c6159e1..fb0ff2746 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"
;;