diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-04 16:09:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-04 16:09:11 +0000 |
commit | 44c8b396f990bb1e762e1f9cef9bca34b78dc9f7 (patch) | |
tree | 80ff29dbccf39f7fb2cf5edb3e07798aaf6172d3 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 8533636d2d106ed19c752239c866fc89bcefffc2 (diff) | |
download | upstream-44c8b396f990bb1e762e1f9cef9bca34b78dc9f7.tar.gz upstream-44c8b396f990bb1e762e1f9cef9bca34b78dc9f7.tar.bz2 upstream-44c8b396f990bb1e762e1f9cef9bca34b78dc9f7.zip |
ramips: board support for Asus RT-N10+
[juhosg: fix indentation in platform scripts, and remove debug
messages from 06_set_iface_mac]
Signed-off-by: Patrick van Staveren <trick@vanstaveren.us>
SVN-Revision: 30808
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 728f525d68..35672092b7 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -98,6 +98,9 @@ ramips_board_name() { *"RT-G32 B1") name="rt-g32-b1" ;; + *"RT-N10+") + name="rt-n10-plus" + ;; *"RT-N15") name="rt-n15" ;; |