summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-25 18:36:49 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-25 18:36:49 +0000
commit315fb2270ee2813321c78f33ec4ad60ad7ec44a4 (patch)
tree07b7abe63bcd7c3fa390b7605eb48054ee6934c6 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent6262f561d3cbc0d63a39ba8e059ffd38cae20a8e (diff)
[ar71xx] add preliminary support for the WRT160NL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16068 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 ba69e7d5c..c7a606342 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -55,6 +55,9 @@ ar71xx_board_name() {
*WNR2000)
name="wnr2000"
;;
+ *WRT160NL)
+ name="wrt160nl"
+ ;;
*WRT400N)
name="wrt400n"
;;