[OpenWrt-Devel] [OpenWRT-Devel] Force kernel command line from OpenWRT menuconfig

2017-01-01 Thread Adrien Ricciardi
Hi and happy new year, I need to set a specific kernel command line for my project. However, I am using OpenWRT as a git submodule, so I don't want to modify target/linux/.../image/cmdline.txt. I can force the command line using kernel_menuconfig, but doing this way I must keep the kernel conf

[OpenWrt-Devel] [PATCH] [packages] fuse: Remove update-rc.d call on package installation

2016-11-07 Thread Adrien Ricciardi
Hi OpenWRT team, I am building trunk OpenWRT version on Debian Testing. When installing the fuse package on the target rootfs, the following makefile rule is called : install-exec-local: $(MKDIR_P) $(DESTDIR)$(MOUNT_FUSE_PATH) $(INSTALL_PROGRAM) $(builddir)/mount.fuse $(DESTDIR)$(MOUNT