Commit Graph

66 Commits

Author SHA1 Message Date
Bastian Blank 75d6717f4c * debian/arch/s390/defines: s390-tape don't supports modules at all.
* debian/lib/python/debian_linux/config.py: Add config schema for "modules".

svn path=/dists/trunk/linux-2.6/; revision=7052
2006-07-19 23:33:35 +00:00
Bastian Blank 2af11163d0 debian/arch: Add abi files for amd64, i386, powerpc and s390.
svn path=/dists/trunk/linux-2.6/; revision=7028
2006-07-15 16:10:27 +00:00
Bastian Blank 431187fa5a debian/arch/s390/config: Reenable qeth vlan support.
svn path=/dists/trunk/linux-2.6/; revision=6895
2006-06-25 19:33:27 +00:00
Bastian Blank a11aeb9adf debian/arch/amd64/defines, debian/arch/i386/defines,
debian/arch/powerpc/defines, debian/arch/s390/defines: Reenable vserver.

svn path=/dists/trunk/linux-2.6/; revision=6838
2006-06-20 12:44:49 +00:00
Bastian Blank 0b6d9516a6 * debian/arch/defines: Update compiler relations.
* debian/arch/s390/defines: Use gcc-4.1.

svn path=/dists/trunk/linux-2.6/; revision=6801
2006-06-13 17:24:24 +00:00
Frederik Schüler e7571463b1 * deacticate MODULE_SRCVERSION_ALL globally
* merge all CONFIG_MODULE_ options in the global config 
* enable AGP_SIS on amd64
* enable RIO on amd64


svn path=/dists/trunk/linux-2.6/; revision=6800
2006-06-13 15:29:21 +00:00
Bastian Blank 4766560fa5 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=6511
2006-04-30 19:01:34 +00:00
Bastian Blank 3618cdec8b * debian/arch/config
- Enable Magic SysRQ.
  - Disable debugging options.
* debian/arch/powerpc/config, debian/arch/s390/config: Remove unnecessary options.

svn path=/dists/trunk/linux-2.6/; revision=6506
2006-04-30 15:45:24 +00:00
Bastian Blank b55427f44a debian/arch/s390/defines: Add s390-tape flavour.
svn path=/dists/trunk/linux-2.6/; revision=6341
2006-03-29 22:59:52 +00:00
Bastian Blank 3cdcb46833 * debian/arch/s390/defines: Use initramfs-tools by default.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=6195
2006-03-16 18:25:26 +00:00
Bastian Blank 6f713e68e8 debian/arch: Partialy unify nfs settings.
svn path=/dists/trunk/linux-2.6/; revision=6124
2006-03-10 21:04:54 +00:00
Bastian Blank c341b870a5 Add configs for s390 vserver images.
* debian/arch/s390/vserver: New directory.
* debian/arch/s390/vserver/config, debian/arch/s390/vserver/config.s390x: Add.
* debian/arch/s390/vserver/defines: Add and define s390x image.

svn path=/dists/trunk/linux-2.6/; revision=6105
2006-03-08 10:34:06 +00:00
Bastian Blank 333210a7a7 r6005: waldi | 2006-03-02 11:06:40 +0100
* debian/lib/python/debian_linux/gencontrol.py:
  Populate UPSTREAMVERSION, ABINAME and LOCALVERSION in an stable fashion.
* debian/rules.real: Use UPSTREAMVERSION, ABINAME and LOCALVERSION.
* debian/templates/control.headers.arch.in,
  debian/templates/control.headers.in,
  debian/templates/control.headers.latest.in,
  debian/templates/control.headers.subarch.in,
  debian/templates/control.image.in,
  debian/templates/control.image.latest.in:
  Use upstreamversion and localversion substitutions.

r6006:  waldi | 2006-03-02 11:16:14 +0100
* debian/lib/python/debian_linux/gencontrol.py: Add SOURCEVERSION.
* debian/rules.real
  - Use SOURCEVERSION.
  - Fix another brocken ABINAME usage.

r6007:  waldi | 2006-03-02 11:41:01 +0100
* debian/arch/defines, debian/arch/alpha/defines, debian/arch/amd64/defines,
  debian/arch/arm/defines, debian/arch/armeb/defines, debian/arch/hppa/defines,
  debian/arch/i386/defines, debian/arch/ia64/defines, debian/arch/m68k/defines,
  debian/arch/mips/defines, debian/arch/mipsel/defines,
  debian/arch/powerpc/defines, debian/arch/s390/defines,
  debian/arch/sparc/defines: Move image specific specs into image section.
* debian/bin/gencontrol.py: Use image section if neccesary.
* debian/lib/python/debian_linux/gencontrol.py: Support image section.

r6008:  waldi | 2006-03-02 11:41:37 +0100
debian/lib/python/debian_linux/config.py: Remove old workaround.

r6009:  waldi | 2006-03-02 12:15:21 +0100
* bin/gencontrol.py: Fix image description addition.
* lib/python/debian_linux/debian.py: Parse Description also.
* lib/python/debian_linux/gencontrol.py: Fix Description setup.
* lib/python/debian_linux/utils.py: Always provide the complete text.

r6010:  waldi | 2006-03-02 12:42:47 +0100
* debian/arch/defines: Add initramfs-generator relations.
* debian/arch/alpha/defines, debian/arch/amd64/defines,
  debian/arch/arm/defines, debian/arch/armeb/defines, debian/arch/hppa/defines,
  debian/arch/i386/defines, debian/arch/ia64/defines, debian/arch/m68k/defines,
  debian/arch/mips/defines, debian/arch/mipsel/defines,
  debian/arch/powerpc/defines, debian/arch/powerpc/vserver/defines,
  debian/arch/s390/defines, debian/arch/sparc/defines:
  Specify initramfs settings.
* debian/bin/gencontrol.py: Generate dependencies for initramfs generators.
* debian/lib/python/debian_linux/config.py: Add more fields.
* debian/lib/python/debian_linux/gencontrol.py: Fix.
* debian/rules.real: Use INITRAMFS.

r6011:  waldi | 2006-03-02 13:05:45 +0100
debian/bin/gencontrol.py,
debian/lib/python/debian_linux/gencontrol.py
- Don't export the usage of the image section into the generic code.
- Fix localversion spec.

r6012:  waldi | 2006-03-02 13:20:58 +0100
debian/lib/python/debian_linux/config.py: Fix section parsing.

r6013:  waldi | 2006-03-02 13:27:44 +0100
* debian/lib/python/debian_linux/config.py: Use a list of directories.
* debian/lib/python/debian_linux/gencontrol.py: Update.

r6014:  waldi | 2006-03-02 13:30:30 +0100
* debian/bin/gencontrol.py: Add base image config entry.
* debian/lib/python/debian_linux/gencontrol.py:
  Remove another usage of the image config sections.

r6030:  waldi | 2006-03-02 17:44:17 +0100
debian/bin/gencontrol.py: Provide correct localversion for the headers build.

svn path=/dists/trunk/linux-2.6/; revision=6031
2006-03-02 16:47:30 +00:00
Bastian Blank f1f49572d0 debian/arch: Unify xfs settings.
svn path=/dists/trunk/linux-2.6/; revision=5946
2006-02-21 10:44:19 +00:00
Bastian Blank 6b4456fa60 debian/arch: Unify ext2/ext3 settings.
svn path=/dists/trunk/linux-2.6/; revision=5945
2006-02-21 10:21:05 +00:00
Bastian Blank cd5a2c7bed debian/arch: Unify multi-device support options.
svn path=/dists/trunk/linux-2.6/; revision=5944
2006-02-21 10:12:38 +00:00
Bastian Blank eb8bf281a4 debian/arch
- Remove devfs settings.
- Unify devpts settings.

svn path=/dists/trunk/linux-2.6/; revision=5943
2006-02-21 10:01:42 +00:00
Bastian Blank 1f98ded2a1 * debian/arch/config: Add NETDEBUG.
* debian/arch/s390/config: Add DASD_ERR.

svn path=/dists/trunk/linux-2.6/; revision=5871
2006-02-13 21:10:18 +00:00
Bastian Blank 03e0ac3d49 debian/arch/s390/config: Update.
svn path=/dists/trunk/linux-2.6/; revision=5819
2006-02-11 17:54:02 +00:00
Bastian Blank 2fc17ca8e0 debian/arch/s390/config: Fix.
svn path=/dists/trunk/linux-2.6/; revision=5546
2006-01-21 16:25:24 +00:00
Bastian Blank a3ee67bf4f debian/arch/s390/config: Adopt changes.
svn path=/dists/trunk/linux-2.6/; revision=5545
2006-01-21 15:29:40 +00:00
maximilian attems 315a3ce50a amd64, i386, hppa and sparc go for i-t
svn path=/dists/trunk/linux-2.6/; revision=5383
2006-01-09 22:24:36 +00:00
Frederik Schüler e6073f87ab Make CONFIG_IPW2100 a per-architecture option and deactivate it on all architectures but i386.
svn path=/dists/trunk/linux-2.6/; revision=5276
2006-01-05 13:27:34 +00:00
Bastian Blank 435d288db2 - Enable CPU hotplug.
- Move some options around.

* debian/arch/s390/config, debian/arch/s390/config.s390,
* debian/arch/s390/config.s390-tape, debian/arch/s390/config.s390x:
  Update.

svn path=/dists/trunk/linux-2.6/; revision=5173
2006-01-02 11:06:05 +00:00
Bastian Blank 090ba9b279 Update s390 configs.
* debian/arch/s390/config: Add CONFIG_DASD_DIAG.
* debian/arch/s390/config.s390, debian/arch/s390/config.s390-tape:
  Remove CONFIG_DASD_DIAG.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=5172
2006-01-02 10:30:38 +00:00
Jonas Smedegaard f1e8856262 Rollback phase 2 of kernel config option cleanup (needs more care).
svn path=/dists/trunk/linux-2.6/; revision=5126
2005-12-29 12:10:27 +00:00
Jonas Smedegaard 38fcad77dc Stripping even more. This should be all!
svn path=/dists/trunk/linux-2.6/; revision=5121
2005-12-29 02:42:02 +00:00
Frederik Schüler 8c279732b8 Activate CONFIG_CC_OPTIMIZE_FOR_SIZE on all architectures but sparc, which is known to be broken.
svn path=/dists/trunk/linux-2.6/; revision=5087
2005-12-25 13:31:33 +00:00
Frederik Schüler dc8c180ebe * Move to 2.6.15-rc7.
* Make CONFIG_VIDEO_SAA7134 a global option.
* New option CONFIG_CC_OPTIMIZE_FOR_SIZE set per-arch. arm and powerpc have it enabled, all others don't. Upstream Default is Y, but it's still EXPERIMENTAL. 


svn path=/dists/trunk/linux-2.6/; revision=5086
2005-12-25 13:18:11 +00:00
Simon Horman 221d96db71 Add missing kernel-arch and kernel-header-dirs to defines
so headers get included. (closes: #336521)
    N.B: I only filled in arches where other's hadn't done so alread.
         Please fix if its wrong.

svn path=/dists/trunk/linux-2.6/; revision=4695
2005-10-31 08:00:52 +00:00
Simon Horman 1d52bfbf89 Apus might build now. QLA2XXX can be set to n. Latter needed for former
svn path=/dists/trunk/linux-2.6/; revision=4518
2005-10-18 11:12:02 +00:00
Simon Horman 6a82f14200 hppa might work now. turned appletouch off for everyone except powerpc
svn path=/dists/trunk/linux-2.6/; revision=4515
2005-10-18 10:41:12 +00:00
Bastian Blank 3097839fba debian/config, debian/powerpc/config, debian/s390/config:
Move network and ip settings to common config.

svn path=/dists/trunk/linux-2.6/; revision=4229
2005-09-16 18:55:06 +00:00
Bastian Blank 8e8f94fbbe Move security settings to core config file.
* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/powerpc/config,
  debian/arch/s390/config, debian/arch/sparc/config:
  Remove security settings.
* debian/arch/config: Add security settings.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=4206
2005-09-14 21:08:14 +00:00
Bastian Blank 90a7a09ede * Move audit and preempt settings to core config file.
* Fix powerpc configuration.

* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/s390/config,
  debian/arch/sparc/config, debian/arch/sparc/config.sparc64:
  Remove audit and preempt settings.
* debian/arch/config: Add audit and preempt settings.
* debian/arch/powerpc/config
  - Remove audit and preempt settings.
  - Add HZ settings.
* debian/arch/powerpc/config.powerpc, debian/arch/powerpc/config.powerpc-smp,
  debian/arch/powerpc/noconfig.apus: Fix several options.
* debian/arch/powerpc/config.powerpc64: Add correct memory model.
* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=4181
2005-09-13 14:37:54 +00:00
Andres Salomon f6dacba124 unify CONFIG_NLS stuff. it was rather impressive how every arch was doing
this differently..

svn path=/dists/trunk/linux-2.6/; revision=4175
2005-09-12 05:00:38 +00:00
Andres Salomon eecbe3b5fb unify a bunch of scsi drivers, including aic7xxx and aic79xx.
svn path=/dists/trunk/linux-2.6/; revision=4174
2005-09-12 04:49:57 +00:00
Andres Salomon ece7067314 Unify generic scsi settings. SCSI_LOGGING and SCSI_CONSTANTS is now on for
things like m68k and arm; I'm not even really sure how necessary these are
for things like i386. 

svn path=/dists/trunk/linux-2.6/; revision=4173
2005-09-12 04:08:49 +00:00
Andres Salomon 952b47ca39 unify SATA stuff
svn path=/dists/trunk/linux-2.6/; revision=4172
2005-09-12 03:51:58 +00:00
Andres Salomon 181dfce657 ugh. conflicts galore.. suck.
svn path=/dists/trunk/linux-2.6/; revision=4171
2005-09-12 03:48:11 +00:00
Simon Horman 784883e07f * Disable BSDv3 accounting on hppa and alpha, it was already
disabled on all other architectures. Also unify BSD accounting
    config into top level config, rather than per flavour configs.
    This shows that BSD accounting is available on all except
    sparc and the rpc and s3c2410 flavours of arm.
    I am not sure if that is intentional.

svn path=/dists/trunk/linux-2.6/; revision=4167
2005-09-12 02:13:51 +00:00
Frederik Schüler 1e22609a36 First shot of 2.6.13 options for amd64, touching other arches too.
We might need to discuss the one or other global option, especially if we 
want to enable TPM or not.

svn path=/dists/trunk/linux-2.6/; revision=4166
2005-09-10 18:21:40 +00:00
Andres Salomon 604e655edd Unify NTFS config options; note that I've enabled NTFS_RW, since it is
apparently "safe" (according to the docs).  If this is not the case on some
  architecture (ie, due to endian or 64bitness bugs), it should probably be
  disabled globally.  In the meantime, however, we'll give it a shot.


svn path=/dists/trunk/linux-2.6/; revision=4157
2005-09-09 13:54:58 +00:00
Andres Salomon 09bbd510d5 Unify various ISO filesystems, as well as FAT and MSDOS. Once again,
modularizing stuff that was statically built in m68k; hopefully that was
  accidental/unnecessary.


svn path=/dists/trunk/linux-2.6/; revision=4155
2005-09-09 06:26:50 +00:00
Andres Salomon 2f4d09e2cc Unify ROMFS, MINIX, INOTIFY, DNOTIFY, QUOTA, and AUTOFS across archs. This
enables modules for various archs that didn't have modules built previously,
  and disables static compilation of MINIX_FS for m68k (hopefully it wasn't
  needing it for anything early during bootup?)


svn path=/dists/trunk/linux-2.6/; revision=4153
2005-09-09 06:25:59 +00:00
Andres Salomon c4345cf9fc Unify JFS config options. Note the change in behavior here; /proc/fs/jfs
is now disabled everywhere (similar to CONFIG_REISERFS_PROC_INFO).  This can
  easily be re-enabled, if preferred.

svn path=/dists/trunk/linux-2.6/; revision=4152
2005-09-09 06:25:27 +00:00
Andres Salomon 1346fdafc4 make reiserfs a module on all archs, and enable the various extended attribs
svn path=/dists/trunk/linux-2.6/; revision=4150
2005-09-09 06:24:09 +00:00
Andres Salomon 57c26b2c3b Move all CONFIG_CRYPTO options out into global config; this unifies
CRYPTO_CONFIG modules for all archs except arm (which disables the crypto
stuff; i assume Vincent has a good reason for that..).  I left the md5
module compiled in statically, since most archs had it set that way; if
there's no reason for this, we can make it a module instead (I'm assuming
there's initrd-ish stuff that needs it?)

svn path=/dists/trunk/linux-2.6/; revision=4112
2005-09-01 06:10:47 +00:00
Andres Salomon a50497dc6f set CONFIG_INOTIFY=y globally
svn path=/dists/trunk/linux-2.6/; revision=4104
2005-09-01 05:09:57 +00:00
Bastian Blank 4e9d7d7510 * debian/arch/config: Enable ACL support for NFS.
* debian/arch/s390/config: Update.
* debian/patches-debian/drivers-s390-net-klist.patch: Add.
* debian/patches-debian/series/2.6.12+2.6.13-rc6-1: Add drivers-s390-net-klist.patch.

svn path=/trunk/kernel/linux-2.6/; revision=3996
2005-08-19 23:13:40 +00:00