diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-27 14:55:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-27 14:55:32 +0000 |
commit | 4c72895d515ca3b1cb289080115a9b162f6d83dc (patch) | |
tree | c78f2f85a279f59c47badb5df2e74bcaddb3db6a /target/linux/ar71xx/base-files/lib | |
parent | eedcda6a275d61bf44d96a81564c3e81df62fe55 (diff) | |
download | upstream-4c72895d515ca3b1cb289080115a9b162f6d83dc.tar.gz upstream-4c72895d515ca3b1cb289080115a9b162f6d83dc.tar.bz2 upstream-4c72895d515ca3b1cb289080115a9b162f6d83dc.zip |
ar71xx: detect ALL0315N board
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33282 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7df2eec080..cc24864de5 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -162,6 +162,9 @@ ar71xx_board_detect() { *ALL0305) name="all0305" ;; + *ALL0315N) + name="all0315n" + ;; *AP113) name="ap113" ;; |