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
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