Where do I put a temporary/non-default kernel option best?

Reason is I was asked, if I could compile KMOD_NTFS with write support
(CONFIG_NTFS_RW=y).
Unfortunately when checking "make kernel_menuconfig" it messed up my
target/linux/orion/config-default (see ticket
https://dev.openwrt.org/ticket/5585).

Should I add it to .config? Or target/linux/orion/config-default
(although it won't be default for OpenWrt)? Or somewhere else?

For adding to .config before compiling I would use:
grep 'CONFIG_NTFS_RW=y' .config || echo 'CONFIG_NTFS_RW=y' >>.config

Thanks
Maddes
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to