mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 01:50:18 +02:00
[ar71xx] fix UBNT-RS image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14251 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
da9165cf05
commit
38b242b620
@ -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
Block a user