image: fix jffs2(_nand) image generation
Variables dependend on JFFS2_BLOCKSIZE and NANDBLOCK_SIZE are used for template generation, so need to be present before inclusion of image.mk in target image Makefiles. So move all declarations to before any includes. Fixes: r42878 ("image.mk: clean up and parallelize mkfs calls") Signed-off-by:Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Showing
- target/linux/ar71xx/image/Makefile 3 additions, 2 deletionstarget/linux/ar71xx/image/Makefile
- target/linux/au1000/image/Makefile 3 additions, 2 deletionstarget/linux/au1000/image/Makefile
- target/linux/kirkwood/image/Makefile 3 additions, 2 deletionstarget/linux/kirkwood/image/Makefile
- target/linux/lantiq/image/Makefile 2 additions, 1 deletiontarget/linux/lantiq/image/Makefile
- target/linux/mcs814x/image/Makefile 3 additions, 2 deletionstarget/linux/mcs814x/image/Makefile
- target/linux/mvebu/image/Makefile 3 additions, 1 deletiontarget/linux/mvebu/image/Makefile
- target/linux/ppc44x/image/Makefile 3 additions, 1 deletiontarget/linux/ppc44x/image/Makefile
- target/linux/xburst/image/Makefile 3 additions, 2 deletionstarget/linux/xburst/image/Makefile
Loading
Please register or sign in to comment