AP121 target: fix board detection in ar71xx.sh
authorJohn Crispin <john@openwrt.org>
Fri, 4 Mar 2016 08:33:38 +0000 (08:33 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 4 Mar 2016 08:33:38 +0000 (08:33 +0000)
Signed-off-by: Attila Lendvai <attila@lendvai.name>
SVN-Revision: 48916

target/linux/ar71xx/base-files/lib/ar71xx.sh

index 3203273d5750aa7af199216213c639de8698e8bb..804f622983793adc0f84b09b7f0460a0ba6e0e88 100755 (executable)
@@ -369,7 +369,7 @@ ar71xx_board_detect() {
        *AP113)
                name="ap113"
                ;;
-       *AP121)
+       *"AP121 reference board")
                name="ap121"
                ;;
        *AP121-MINI)