2003-09-07 02:15:26

by Vagn Scott

[permalink] [raw]
Subject: [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'


scripts/kconfig/conf -s arch/i386/Kconfig
boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'

--------------------------------
(please CC: me, as I'm not on the list)

kernel tree built from:
Sat Sep 6 21:35:48 EDT 2003
2.6.0-test4
file:/usr/local/kernel/cset-20030906_2214.txt.gz

--
_~|__
>@ (vagn( /
\`-ooooooooo-'/
^^^^^^^^^^^^^^^^^^^^^^^ The best pearls come from happy oysters.


2003-09-08 16:39:51

by Ricky Beam

[permalink] [raw]
Subject: [PATCH] BINFMT_ZFLAT (was [2.6.0-test4] boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n')

On Sat, 6 Sep 2003, Vagn Scott wrote:
>scripts/kconfig/conf -s arch/i386/Kconfig
>boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'

Hear ya go...

# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs. (actually, attached)
# User: jfbeam
# Host: troz.com
# Root: /usr/src/linux-2.6-bk

--- 1.5/lib/Kconfig Thu Jun 19 13:06:56 2003
+++ 1.6/lib/Kconfig Sun Sep 7 04:33:24 2003
@@ -18,7 +18,7 @@
config ZLIB_INFLATE
tristate
default y if CRAMFS=y || PPP_DEFLATE=y || JFFS2_FS=y || ZISOFS_FS=y || BINFMT_ZFLAT=y || CRYPTO_DEFLATE=y
- default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || BINFMT_ZFLAT=m || CRYPTO_DEFLATE=m
+ default m if CRAMFS=m || PPP_DEFLATE=m || JFFS2_FS=m || ZISOFS_FS=m || CRYPTO_DEFLATE=m

config ZLIB_DEFLATE
tristate

--Ricky


Attachments:
zflat.patch (1.94 kB)
BK send patch