Hi All,
Just to add one more question to this thread. How can we change the kernel from the current version to the latest Linux Kernel available, say version 4.3 or 4.4? I tried "make target/linux/{clean,compile} V=s", but I was getting the following error:
make[4]: Entering directory `/scratch/openwrt/openwrt/build_dir/target-arm_cortex-a7+vfp_uClibc-0.9.33.2_eabi/linux-brcm2708_bcm2709/linux-4.3'
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
make[4]: *** [modules] Error 1
make[4]: Leaving directory `/scratch/openwrt/openwrt/build_dir/target-arm_cortex-a7+vfp_uClibc-0.9.33.2_eabi/linux-brcm2708_bcm2709/linux-4.3'
make[3]: *** [/scratch/openwrt/openwrt/build_dir/target-arm_cortex-a7+vfp_uClibc-0.9.33.2_eabi/linux-brcm2708_bcm2709/linux-4.3/.modules] Error 2
make[3]: Leaving directory `/scratch/openwrt/openwrt/target/linux/brcm2708'
make[2]: *** [compile] Error 2
make[2]: Leaving directory `/scratch/openwrt/openwrt/target/linux'
make[1]: *** [target/linux/compile] Error 2
make[1]: Leaving directory `/scratch/openwrt/openwrt'
make: *** [target/linux/compile] Error 2
Could someone help? Thanks a lot!