[ar71xx] fix UBNT-RS image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14251 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
bf12d90be8
commit
d3363225bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue