brcm47xx: image: fix typo in Asus WL-500gP v2 fw file name

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45811 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Rafał Miłecki 2015-05-28 19:53:59 +00:00
parent 2d0e828088
commit aed5ae6704
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ ifeq ($(SUBTARGET),legacy)
$(eval $(call AsusDevice,wl-320gp,WL320gP ))
$(eval $(call AsusDevice,wl-330ge,WL-330gE ))
$(eval $(call AsusDevice,wl-500gp-v1,WL500gp ))
$(eval $(call AsusDevice,wl-520gp-v2,WL500gpv2 ))
$(eval $(call AsusDevice,wl-500gp-v2,WL500gpv2 ))
$(eval $(call AsusDevice,wl-500w,WL500W ))
$(eval $(call AsusDevice,wl-520gu,WL520gu ))
$(eval $(call AsusDevice,wl-550ge,WL550gE ))