Hi, As quilt is used for patch management it seems that behaviour as described on the wiki (https://wiki.openwrt.org/doc/devel/patches#adding_or_editing_kernel_patches) between packages and kernel is different. For packages it will prepare the environment when issued:
make package/example/{clean,prepare} V=s QUILT=1 where-as for the kernel it will prepare _and_ apply the patches, when issued: make target/linux/{clean,prepare} V=s QUILT=1 Which command to issue to ensure the kernel environment is only prepared instead? Best regards, /Rick _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel