diff options
Diffstat (limited to 'conf/machine/atngw100.conf')
-rw-r--r-- | conf/machine/atngw100.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 76453323ff..6acc3d7907 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -19,4 +19,6 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" PREFERRED_VERSION_u-boot = "1.1.4" -KERNEL_IMAGETYPE = "uImage"
\ No newline at end of file +KERNEL_IMAGETYPE = "uImage" + +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" |