mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:32:25 +02:00
Fix profile/image generation for dir450
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9320 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f65e0fbff1
commit
5bcb2df2a0
@ -41,10 +41,17 @@ define Image/Build/wl153
|
||||
$(RM) $(KDIR)/bzSize.tmp $(KDIR)/bzSize $(KDIR)/rdSize
|
||||
endef
|
||||
|
||||
define Image/Build/dir450
|
||||
touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1)-$(2).img
|
||||
mv $(KDIR)/root.$(1) $(KDIR)/root.tmp
|
||||
dd of=$(KDIR)/root.$(1) if=$(KDIR)/root.tmp $(call trxalign/$(1)) conv=sync
|
||||
$(RM) $(KDIR)/root.tmp
|
||||
cp $(KDIR)/root.$(1) $(BIN_DIR)/onlyrootfs-$(BOARD)-$(1)-$(2).img
|
||||
endef
|
||||
|
||||
define Image/Build
|
||||
$(CP) $(KDIR)/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).bzImage
|
||||
$(call Image/Build/ar525w,$(1),ar525w,$(patsubst jffs2-%k,%,$(1)))
|
||||
$(call Image/Build/wl153,$(1),wl153,$(patsubst jffs2-%k,%,$(1)))
|
||||
$(call Image/Build/$(PROFILE),$(1),$(PROFILE),$(patsubst jffs2-%k,%,$(1)))
|
||||
endef
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
|
@ -15,4 +15,3 @@ define Profile/dir450/description
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,dir450))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user