From: Michael Tremer Date: Thu, 23 Apr 2009 21:25:31 +0000 (+0200) Subject: Added a config option that module-init-tools is not backwards comptabile to older... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad4c319b4c509683bfcf5755b88210ee32f7a66a;p=ipfire-3.x.git Added a config option that module-init-tools is not backwards comptabile to older kernels. Saves some space. --- diff --git a/lfs/module-init-tools b/lfs/module-init-tools index e79f4e64e..c4a447f78 100644 --- a/lfs/module-init-tools +++ b/lfs/module-init-tools @@ -52,6 +52,8 @@ define LONG_DESC unloaded modules. endef +CFLAGS += -DCONFIG_NO_BACKWARDS_COMPAT=1 + ############################################################################### # Top-level Rules ###############################################################################