summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-04 16:09:11 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-04 16:09:11 +0000
commit6e1646817ee95cf861973c81ff89128e9872c2fb (patch)
treeed00614bd669241dbf0fa43b845a4cbede3c7c89 /target/linux/ramips/base-files/lib/ramips.sh
parentea16273623bb5090487a990f4f59f77f194aa1b5 (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30808 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
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 728f525d6..35672092b 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"
;;