diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-05-28 19:53:59 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-05-28 19:53:59 +0000 |
commit | 92ebd6fdbe2d759d053737db2047ac389f44c343 (patch) | |
tree | c949e73e8343edeeb49d4bd41e2cf43d49b791c9 /target/linux/brcm47xx/image | |
parent | 8df45565e92a1712f5e25d101104319a4c5dcf7f (diff) | |
download | upstream-92ebd6fdbe2d759d053737db2047ac389f44c343.tar.gz upstream-92ebd6fdbe2d759d053737db2047ac389f44c343.tar.bz2 upstream-92ebd6fdbe2d759d053737db2047ac389f44c343.zip |
brcm47xx: image: fix typo in Asus WL-500gP v2 fw file name
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45811
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 58997554d4..6768820ed0 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -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 )) |