ath79: fix build warning
authorMathias Kresin <dev@kresin.me>
Sun, 7 Oct 2018 13:33:35 +0000 (15:33 +0200)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Oct 2018 13:44:19 +0000 (15:44 +0200)
commitb09992a7d912005050db22e6034f6342534753b0
tree6581900cb347b4fa80243deb6bea11b8bda74ff4
parentaf78e90d4cdb3c944d9c4f3d4d4648dd67886c4d
ath79: fix build warning

The image build code for the Ubiquiti Nanostation AC series adds the
factory image as to be build image. The same is already done by an
included recipe which results into an expanded IMAGE variable of:

  IMAGES = sysupgrade.bin factory.bin factory.bin

The build system doesn't like these duplicates and issues the following
warning:

  Makefile:82: warning: overriding recipe for target...

Get remove the duplicate factory image to get rid of the warning.

Fixes: 5736af8024be ("ath79: Add support for Ubiquiti NanoStation AC loco")
       fa3c2676ab0c ("ath79: Add support for Ubiquiti Nanostation AC")

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ath79/image/generic-ubnt.mk