diff options
author | John Crispin <john@openwrt.org> | 2016-03-04 08:33:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-04 08:33:38 +0000 |
commit | fbb2449953526ba1a4c4c85ca62bd864d6276113 (patch) | |
tree | d75f1ffd5759ecb70a4beb564081f7eabfcf3c73 /target/linux/ar71xx/base-files | |
parent | d98870fedaab28ce73d7dc4cbf27fcb301d378c7 (diff) | |
download | upstream-fbb2449953526ba1a4c4c85ca62bd864d6276113.tar.gz upstream-fbb2449953526ba1a4c4c85ca62bd864d6276113.tar.bz2 upstream-fbb2449953526ba1a4c4c85ca62bd864d6276113.zip |
AP121 target: fix board detection in ar71xx.sh
Signed-off-by: Attila Lendvai <attila@lendvai.name>
SVN-Revision: 48916
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 3203273d57..804f622983 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -369,7 +369,7 @@ ar71xx_board_detect() { *AP113) name="ap113" ;; - *AP121) + *"AP121 reference board") name="ap121" ;; *AP121-MINI) |