diff options
author | John Crispin <john@openwrt.org> | 2015-03-17 09:43:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-17 09:43:31 +0000 |
commit | 85cceb5dd0f3c46a841bc5b243cf9f6ceaa64c94 (patch) | |
tree | ce7cb9227e1487d84d8ef17363898c8444703ee4 /target/linux/ar71xx/base-files/lib | |
parent | 17a1e18ee29b370204718f38593937d0fd119b45 (diff) | |
download | upstream-85cceb5dd0f3c46a841bc5b243cf9f6ceaa64c94.tar.gz upstream-85cceb5dd0f3c46a841bc5b243cf9f6ceaa64c94.tar.bz2 upstream-85cceb5dd0f3c46a841bc5b243cf9f6ceaa64c94.zip |
ar71xx: add user-space support for the OpenMesh OM5P-AN
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 44862
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 04fb716c42..d2fe6efeb3 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -512,6 +512,9 @@ ar71xx_board_detect() { *OM5P) name="om5p" ;; + *"OM5P AN") + name="om5p-an" + ;; *PB42) name="pb42" ;; |