diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-20 19:36:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-20 19:36:47 +0000 |
commit | 28e212cc4050e3acf2266efb8092ec8f4c33da67 (patch) | |
tree | a4a9f020503c9984c81d2191436d6c4dacd59760 /target/linux/ar71xx/base-files/lib | |
parent | cfe1bc11adee94c4ce07d50fb960429fa17350aa (diff) | |
download | upstream-28e212cc4050e3acf2266efb8092ec8f4c33da67.tar.gz upstream-28e212cc4050e3acf2266efb8092ec8f4c33da67.tar.bz2 upstream-28e212cc4050e3acf2266efb8092ec8f4c33da67.zip |
ar71xx: add default network configuration for RS and RS-Pro
SVN-Revision: 18103
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |