diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 20:41:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 20:41:49 +0000 |
commit | 72e117ec7978778fee20495b53887c227c3e1643 (patch) | |
tree | b9b3fa46e04ba09580104b300e7ee9c497121b4b /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 4b96d3af2a004312e1ff7e52dc3df4849bf7cf8e (diff) | |
download | upstream-72e117ec7978778fee20495b53887c227c3e1643.tar.gz upstream-72e117ec7978778fee20495b53887c227c3e1643.tar.bz2 upstream-72e117ec7978778fee20495b53887c227c3e1643.zip |
ramips: rt305x: add support for the ZyXEL NBG-419N board
SVN-Revision: 28078
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 65ebf84016..227ca821a3 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -34,6 +34,9 @@ ramips_board_name() { *"MoFi Network MOFI3500-3GN") name="mofi3500-3gn" ;; + *"NBG-419N") + name="nbg-419n" + ;; *"NW718") name="nw718" ;; |