mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:56:14 +02:00
linux/ixp4xx: fix am apex image make bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22920 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e8d3b408b1
commit
495af4aee9
@ -50,7 +50,7 @@ endef
|
|||||||
|
|
||||||
define Image/Build/jffs2-128k
|
define Image/Build/jffs2-128k
|
||||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
|
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
|
||||||
$(call Image/Build/Linksys,$(1))
|
$(call Image/Build/Linksys,$(1),nslu2,$(1))
|
||||||
$(call Image/Build/Freecom,$(1),fsg3,$(1))
|
$(call Image/Build/Freecom,$(1),fsg3,$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user