image generation fixes, thanks to <berny156 at gmx.de> (#2379)
SVN-Revision: 8771
This commit is contained in:
parent
a5472471a0
commit
c5d8137d09
2 changed files with 8 additions and 8 deletions
|
@ -71,9 +71,9 @@ define Image/Build/Profile/Texas
|
|||
endef
|
||||
|
||||
define Image/Build/Profile/P-334WT
|
||||
$(call Image/Build/Board/P-334WT,$(1))
|
||||
$(call Image/Build/Board/P-334WT/$(1))
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/P-335WT
|
||||
$(call Image/Build/Board/P-335WT,$(1))
|
||||
$(call Image/Build/Board/P-335WT/$(1))
|
||||
endef
|
||||
|
|
|
@ -192,11 +192,11 @@ define Image/Build/Board/BR-6104K
|
|||
endef
|
||||
|
||||
define Image/Build/Board/BR-6104K/squashfs
|
||||
$(call Image/Build/BR-6104K,squashfs)
|
||||
$(call Image/Build/Board/BR-6104K,squashfs)
|
||||
endef
|
||||
|
||||
define Image/Build/Board/BR-6104K/jffs2-64k
|
||||
$(call Image/Build/BR-6104K,jffs2-64k)
|
||||
$(call Image/Build/Board/BR-6104K,jffs2-64k)
|
||||
endef
|
||||
|
||||
define Image/Build/Board/BR-6104K/Initramfs
|
||||
|
@ -292,19 +292,19 @@ define Image/Build/Profile/WP54G
|
|||
endef
|
||||
|
||||
define Image/Build/Profile/NP27G
|
||||
$(call Image/Build/Group/NP27G,$(1))
|
||||
$(call Image/Build/Board/NP27G/$(1))
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/NP28G
|
||||
$(call Image/Build/Group/NP28G,$(1))
|
||||
$(call Image/Build/Board/NP28G/$(1))
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/CAS-771
|
||||
$(call Image/Build/Board/CAS-771,$(1))
|
||||
$(call Image/Build/Board/CAS-771/$(1))
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/CAS-771W
|
||||
$(call Image/Build/Board/CAS-771W,$(1))
|
||||
$(call Image/Build/Board/CAS-771W/$(1))
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/RouterBoard
|
||||
|
|
Loading…
Reference in a new issue