mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
[adm5120] image generation fixes, thanks to <berny156 at gmx.de> (#2379)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8771 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
723f41a908
commit
9353ef4694
@ -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 New Issue
Block a user