Skip to content
Snippets Groups Projects
Commit d319f934 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

fix UBNT-RS image generation

SVN-Revision: 14251
parent 0366d868
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ define Image/Build/Template/UBNT
endef
define Image/Build/Template/UBNT/squashfs
$(call Image/Build/Template/UBNT,squashfs,$(1),$(2),$(3))
$(call Image/Build/Template/UBNT,squashfs,$(1),$(2),$(3),$(4))
endef
define Image/Build/Profile/WP543
......@@ -118,7 +118,7 @@ define Image/Build/Profile/TEW652BRP
endef
define Image/Build/Profile/UBNTRS
$(call Image/Build/Template/UBNT,$(1),rs,board=UBNT-RS,RS,RSx)
$(call Image/Build/Template/UBNT/$(1),rs,board=UBNT-RS,RS,RSx)
endef
define Image/Build/squashfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment