From: lxoliva Date: Fri, 7 Jan 2011 23:13:19 +0000 (+0000) Subject: comment out clean_mk and clean_kconfig for PCMCIA_3C574 and X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=1d8832ee7443af1032c50840e405f490bd592896;p=releases.git comment out clean_mk and clean_kconfig for PCMCIA_3C574 and PCMCIA_3C589, like the other PCMCIA drivers git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@7631 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-2.6.37 b/deblob-2.6.37 index b161fa68bd9..72a3cfe4f40 100755 --- a/deblob-2.6.37 +++ b/deblob-2.6.37 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.37 extra= +kver=2.6.37 extra=++ case $1 in --force) @@ -1242,15 +1242,15 @@ announce PCMCIA_3C574 - "3Com 3c574 PCMCIA support" # This is not software; it's Free, but GPLed without in-tree sources. drop_fw_file firmware/cis/3CCFEM556.cis.ihex firmware/cis/3CCFEM556.cis # clean_blob drivers/net/pcmcia/3c574_cs.c -clean_kconfig drivers/net/pcmcia/Kconfig 'PCMCIA_3C574' -clean_mk CONFIG_PCMCIA_3C574 drivers/net/pcmcia/Makefile +# clean_kconfig drivers/net/pcmcia/Kconfig 'PCMCIA_3C574' +# clean_mk CONFIG_PCMCIA_3C574 drivers/net/pcmcia/Makefile announce PCMCIA_3C589 - "3Com 3c589 PCMCIA support" # This is not software; it's Free, but GPLed without in-tree sources. drop_fw_file firmware/cis/3CXEM556.cis.ihex firmware/cis/3CXEM556.cis # clean_blob drivers/net/pcmcia/3c589_cs.c -clean_kconfig drivers/net/pcmcia/Kconfig 'PCMCIA_3C589' -clean_mk CONFIG_PCMCIA_3C589 drivers/net/pcmcia/Makefile +# clean_kconfig drivers/net/pcmcia/Kconfig 'PCMCIA_3C589' +# clean_mk CONFIG_PCMCIA_3C589 drivers/net/pcmcia/Makefile announce PCMCIA_PCNET - "NE2000 compatible PCMCIA support" # These are not software; they're Free, but GPLed without in-tree sources.