the uImage's filename will hardly change
SVN-Revision: 33985
This commit is contained in:
parent
f7b2089704
commit
8e49dfe68a
1 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,6 @@ KERNEL_MTD_SIZE:=1024
|
||||||
|
|
||||||
# Netgear WNR854T: erase size is 128KiB = 0x00020000 = 131072
|
# Netgear WNR854T: erase size is 128KiB = 0x00020000 = 131072
|
||||||
ERASE_SIZE_128K:=128
|
ERASE_SIZE_128K:=128
|
||||||
UIMAGE_FILE_NAME_WNR854T:=uImage
|
|
||||||
|
|
||||||
# Linksys WRT350N v2: erase size is 64KiB = 0x00010000 = 65536
|
# Linksys WRT350N v2: erase size is 64KiB = 0x00010000 = 65536
|
||||||
ERASE_SIZE_64K:=64
|
ERASE_SIZE_64K:=64
|
||||||
|
@ -48,7 +47,7 @@ define Image/BuildKernel
|
||||||
$(call Image/BuildKernel/ARM/zImage,wn802t,"\x0c\x1c\xa0\xe3\xea\x10\x81\xe3")
|
$(call Image/BuildKernel/ARM/zImage,wn802t,"\x0c\x1c\xa0\xe3\xea\x10\x81\xe3")
|
||||||
$(call Image/BuildKernel/ARM/uImage,wn802t)
|
$(call Image/BuildKernel/ARM/uImage,wn802t)
|
||||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) # nothing more to do for a ramdisk build
|
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) # nothing more to do for a ramdisk build
|
||||||
$(call Image/BuildKernel/JFFS2uImage,wn802t,$(ERASE_SIZE_64K),$(UIMAGE_FILE_NAME_WNR854T))
|
$(call Image/BuildKernel/JFFS2uImage,wn802t,$(ERASE_SIZE_64K),uImage)
|
||||||
$(call Image/Default/FileSizeCheck,$(KDIR)/wn802t-uImage.jffs2,$(shell expr $(KERNEL_MTD_SIZE) \* 1024))
|
$(call Image/Default/FileSizeCheck,$(KDIR)/wn802t-uImage.jffs2,$(shell expr $(KERNEL_MTD_SIZE) \* 1024))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -56,7 +55,7 @@ $(call Image/Default/FileSizeCheck,$(KDIR)/wn802t-uImage.jffs2,$(shell expr $(KE
|
||||||
$(call Image/BuildKernel/ARM/zImage,wnr854t,"\x07\x1c\xa0\xe3\x09\x10\x81\xe3")
|
$(call Image/BuildKernel/ARM/zImage,wnr854t,"\x07\x1c\xa0\xe3\x09\x10\x81\xe3")
|
||||||
$(call Image/BuildKernel/ARM/uImage,wnr854t)
|
$(call Image/BuildKernel/ARM/uImage,wnr854t)
|
||||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) # nothing more to do for a ramdisk build
|
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) # nothing more to do for a ramdisk build
|
||||||
$(call Image/BuildKernel/JFFS2uImage,wnr854t,$(ERASE_SIZE_128K),$(UIMAGE_FILE_NAME_WNR854T))
|
$(call Image/BuildKernel/JFFS2uImage,wnr854t,$(ERASE_SIZE_128K),uImage)
|
||||||
$(call Image/Default/FileSizeCheck,$(KDIR)/wnr854t-uImage.jffs2,$(shell expr $(KERNEL_MTD_SIZE) \* 1024))
|
$(call Image/Default/FileSizeCheck,$(KDIR)/wnr854t-uImage.jffs2,$(shell expr $(KERNEL_MTD_SIZE) \* 1024))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue