Hello! I'm trying to build Linux 3.18 from SVN revision 58892. Upon running make, I get the following error.
scripts/kconfig/conf --silentoldconfig Kconfig
net/sched/Kconfig:43: warning: menuconfig statement without prompt
drivers/net/wireless/Kconfig:286: can't open file "drivers/net/wireless/rt3352/rt2860v2_ap/Kconfig"
make[2]: *** [scripts/kconfig/Makefile:37: silentoldconfig] Error 1
make[1]: *** [Makefile:561: silentoldconfig] Error 2
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/kernel.release'. Stop.
The directory drivers/net/wireless/rt3352 is a symbolic link to ../../../../../../router/private/rt3352. However, this directory doesn't exist in the tree. How may I build Linux 3.18 for the WR841V9?
Note my goal isn't to install a custom kernel, but to install modules. I need the exact configuration file which is used for the build. I'm missing this configuration file.
Hello! I'm trying to build Linux 3.18 from SVN revision 58892. Upon running
make, I get the following error.The directory
drivers/net/wireless/rt3352is a symbolic link to../../../../../../router/private/rt3352. However, this directory doesn't exist in the tree. How may I build Linux 3.18 for the WR841V9?Note my goal isn't to install a custom kernel, but to install modules. I need the exact configuration file which is used for the build. I'm missing this configuration file.