This patch add option to build one package contains all compiled kernel modules. Useful when you prepare kernel using make kernel_menuconfig .
Signed-off-by: Ondrej Zajicek <[EMAIL PROTECTED]> -- diff -uprN trunk.old/package/kernel/modules/other.mk trunk/package/kernel/modules/other.mk --- trunk.old/package/kernel/modules/other.mk 2008-01-21 19:55:36.000000000 +0100 +++ trunk/package/kernel/modules/other.mk 2008-01-22 16:31:22.000000000 +0100 @@ -443,3 +443,11 @@ define KernelPackage/input-evdev/descrip endef $(eval $(call KernelPackage,input-evdev)) + + +define KernelPackage/allmod + TITLE:=All kernel modules in one package + FILES:= `find $(LINUX_DIR) -name *.$(LINUX_KMOD_SUFFIX)` +endef + +$(eval $(call KernelPackage,allmod)) -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: [EMAIL PROTECTED], jabber: [EMAIL PROTECTED]) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
signature.asc
Description: Digital signature
_______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
