diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-25 18:36:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-25 18:36:49 +0000 |
commit | f6e6a733f57061a62ff52711e19100a30824b555 (patch) | |
tree | 2227af55abfc8260b63c0c4e07d676292f1058fd /target/linux/ar71xx/base-files | |
parent | 1fe8e242f2b3b19449148165309d48b732021e10 (diff) | |
download | upstream-f6e6a733f57061a62ff52711e19100a30824b555.tar.gz upstream-f6e6a733f57061a62ff52711e19100a30824b555.tar.bz2 upstream-f6e6a733f57061a62ff52711e19100a30824b555.zip |
add preliminary support for the WRT160NL
SVN-Revision: 16068
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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 ba69e7d5ca..c7a6063422 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" ;; |