aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-10-20 19:36:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-10-20 19:36:47 +0000
commit7d4b5438ac753f367bc73ee6c92e5608c55dae72 (patch)
treeab84c2a2103e1dae12a2a7a4d8d69d7c701f39bf /target/linux/ar71xx/base-files/lib
parent796f34550cf1516895a912176b042fc0f1963b33 (diff)
downloadmaster-187ad058-7d4b5438ac753f367bc73ee6c92e5608c55dae72.tar.gz
master-187ad058-7d4b5438ac753f367bc73ee6c92e5608c55dae72.tar.bz2
master-187ad058-7d4b5438ac753f367bc73ee6c92e5608c55dae72.zip
ar71xx: add default network configuration for RS and RS-Pro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 aafeaa3932..f8c46ac2bf 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -52,6 +52,9 @@ ar71xx_board_name() {
*RouterStation)
name="routerstation"
;;
+ *"RouterStation Pro")
+ name="routerstation-pro"
+ ;;
*TEW-632BRP)
name="tew-632brp"
;;