Hi Pawel, this is an intended behavior of OpenWrt. You should not select something to be build as an module in "make kernel_menuconfig". all modules should be build by a kmod package in packages/kernel/modules/. The modules build in a kmod package are added into the /lib/module/<uname -r> directory if the package is installed or if it is directly included into the firmware.
If you need some kernel module do "make menuconfig" and select it if it is there or add a module to packages/kernel/modules/. Hauke On 08/16/2011 09:42 PM, Pawel Pastuszak wrote: > Hi all, > > With the latest trunk version when i used "make kernel_menuconfig" and > enable couple module using "M" to be dynamic i don't see these modules > copying over to /lib/module/2.6.39.2 <http://2.6.39.2> folder any idea > why is not working? > > I known this uses to work about 2 years ago. > > Thanks, > Pawel _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel