From a73408d56c5c91e667a72ac72091a574274e1577 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 20 Oct 2009 19:36:47 +0000 Subject: 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 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index aafeaa393..f8c46ac2b 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" ;; -- cgit v1.2.3