Hi
I patched one of the openwrt makefiles to have the kmod-loop package created.
everything is there for it, except some lines in openwrt/target/linux/linux-2.4/Makefile
I added
$(eval $(call KMOD_template,LOOP,loop,\
$(MODULES_DIR)/kernel/drivers/block/loop.o \
,CONFIG_BLK_DEV_LOOP))
can someone commit that in cvs?
thanks