image generation fixes, thanks to <berny156 at gmx.de> (#2379)

SVN-Revision: 8771
lede-17.01
Gabor Juhos 2007-09-13 16:54:51 +00:00
parent a5472471a0
commit c5d8137d09
2 changed files with 8 additions and 8 deletions

View File

@ -71,9 +71,9 @@ define Image/Build/Profile/Texas
endef endef
define Image/Build/Profile/P-334WT define Image/Build/Profile/P-334WT
$(call Image/Build/Board/P-334WT,$(1)) $(call Image/Build/Board/P-334WT/$(1))
endef endef
define Image/Build/Profile/P-335WT define Image/Build/Profile/P-335WT
$(call Image/Build/Board/P-335WT,$(1)) $(call Image/Build/Board/P-335WT/$(1))
endef endef

View File

@ -192,11 +192,11 @@ define Image/Build/Board/BR-6104K
endef endef
define Image/Build/Board/BR-6104K/squashfs define Image/Build/Board/BR-6104K/squashfs
$(call Image/Build/BR-6104K,squashfs) $(call Image/Build/Board/BR-6104K,squashfs)
endef endef
define Image/Build/Board/BR-6104K/jffs2-64k define Image/Build/Board/BR-6104K/jffs2-64k
$(call Image/Build/BR-6104K,jffs2-64k) $(call Image/Build/Board/BR-6104K,jffs2-64k)
endef endef
define Image/Build/Board/BR-6104K/Initramfs define Image/Build/Board/BR-6104K/Initramfs
@ -292,19 +292,19 @@ define Image/Build/Profile/WP54G
endef endef
define Image/Build/Profile/NP27G define Image/Build/Profile/NP27G
$(call Image/Build/Group/NP27G,$(1)) $(call Image/Build/Board/NP27G/$(1))
endef endef
define Image/Build/Profile/NP28G define Image/Build/Profile/NP28G
$(call Image/Build/Group/NP28G,$(1)) $(call Image/Build/Board/NP28G/$(1))
endef endef
define Image/Build/Profile/CAS-771 define Image/Build/Profile/CAS-771
$(call Image/Build/Board/CAS-771,$(1)) $(call Image/Build/Board/CAS-771/$(1))
endef endef
define Image/Build/Profile/CAS-771W define Image/Build/Profile/CAS-771W
$(call Image/Build/Board/CAS-771W,$(1)) $(call Image/Build/Board/CAS-771W/$(1))
endef endef
define Image/Build/Profile/RouterBoard define Image/Build/Profile/RouterBoard