diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-27 16:56:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-27 16:56:30 +0000 |
commit | 723d8dd74fdcb14465acc5ef5956020054ff9642 (patch) | |
tree | ab44a6c066037678d4d13e5d371912e77f89522d /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 250ef0cb72325e88afa6dfc95f6d9477c62ca1b3 (diff) | |
download | upstream-723d8dd74fdcb14465acc5ef5956020054ff9642.tar.gz upstream-723d8dd74fdcb14465acc5ef5956020054ff9642.tar.bz2 upstream-723d8dd74fdcb14465acc5ef5956020054ff9642.zip |
ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N board
SVN-Revision: 29612
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 4dc10aeb22..d197fcedca 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -107,6 +107,9 @@ ramips_board_name() { *"Sitecom WL-351 v1 002") name="wl-351" ;; + *"WLI-TX4-AG300N") + name="wli-tx4-ag300n" + ;; *"WZR-AGL300NH") name="wzr-agl300nh" ;; |