Hello Pali and thanks for your work I try to recompile a custom kernel using the debian tree of your git repository in order to fix an IO issue described and hopefully fixed here by Paul Hartman. So I took the orig.tar.gz file from apt-get source kernel-power, and added your debian tree But to be able to use dpkg-buildpackage flawlessly, I have to use commit 87cd160f7535d7ed06db26783d367f54812e700c and edit debian/rules in order to redefine DEFCONFIG to rx51_defconfig and comment line 54 "cp debian/$(DEFCONFIG) arch/arm/configs/". Eventually, the debs are generated and I install them on the N900: kernel-power, kernel-modules, kernel-bootimg and finally kernel-flasher. Everything run smooth, but when kernel-power is selected at startup, my multiboot installation keep complaining about a missing file required for the flasher. With your packages, everything goes fine, so I guess I'm missing something here. The only modifications I made to your tree are those to the debian/rules file mentionned above. I also modified the debian/patches/nokia-20094803.3+0m5.diff file to integrate the Paul Hartman fix. What version of your git repository did you use to build the .deb you distribute ? Is there something I'm missing ? thanks