Commit Graph

30 Commits

Author SHA1 Message Date
Andres Salomon 50245a714f enable CONFIG_6PACK for all archs (#319646). this is no longer marked
BROKEN_ON_SMP, so it should be ok.

svn path=/trunk/kernel/source/linux-2.6/; revision=3707
2005-08-07 06:01:52 +00:00
Bastian Blank 3da706e69b * Rewrite gencontrol.
* Use debian/arch/defines, debian/arch/$arch/defines,
  debian/arch/$arch/$subarch/defines and
  debian/arch/$arch/$subarch/defines.$flavour to gather values.
* Remove fdutils from global Suggests.

r3646: waldi | 2005-07-31 18:48:39 +0000
* debian/bin/gencontrol.py: Add.
* debian/bin/gencontrol: Remove.
* debian/rules
  - Use new gencontrol.
  - Remove makevars.
* debian/templates/control.headers.in
* debian/templates/control.headers.subarch.in: Add.
* debian/templates/control.image.in: Update.
* debian/templates/control.main.in: Remove kernel-tree entry.
* debian/templates/control.tree.in: Move kernel-tree entry from control.main.in.
* debian/arch/defines, debian/arch/s390/defines, debian/arch/s390/defines.s390,
  debian/arch/s390/defines.s390x: Add.
* debian/arch/s390/desc.s390,debian/arch/s390/desc.s390x: Remove.

r3647: waldi | 2005-07-31 18:57:21 +0000
* debian/bin/gencontrol.py: Support desc keyword.

r3648: waldi | 2005-07-31 19:06:30 +0000
* debian/arch/alpha/defines, debian/arch/amd64/defines,
  debian/arch/i386/defines, debian/arch/i386/defines.686,
  debian/arch/i386/defines.686-smp, debian/arch/i386/defines.k7,
  debian/arch/i386/defines.k7-smp, debian/arch/ia64/defines,
  debian/arch/m68k/defines, debian/arch/powerpc/defines,
  debian/arch/sparc/defines, debian/arch/sparc/defines.sparc64,
  debian/arch/sparc/defines.sparc64-smp: Add.
* debian/arch/i386/desc.686, debian/arch/i386/desc.686-smp,
  debian/arch/i386/desc.k7, debian/arch/i386/desc.k7-smp,
  debian/arch/sparc/desc.sparc64, debian/arch/sparc/desc.sparc64-smp:
  Remove

r3649: waldi | 2005-07-31 19:12:49 +0000
* debian/templates/control.image.in: Remove fdutils from Suggests.
* debian/arch/arm/defines: Add.
* debian/arch/alpha/defines, debian/arch/amd64/defines,
  debian/arch/i386/defines, debian/arch/ia64/defines,
  debian/arch/m68k/defines, debian/arch/powerpc/defines,
  debian/arch/sparc/defines: Update.

r3650: waldi | 2005-07-31 19:44:25 +0000
* debian/bin/gencontrol.py, debian/templates/control.headers.in:
  Update.

r3680: waldi | 2005-08-03 18:12:37 +0000
* debian/bin/gencontrol.py: Update.
* debian/arch/i386/defines, debian/arch/s390/defines,
  debian/arch/sparc/defines: Move settings.
* debian/arch/i386/defines.686, debian/arch/i386/defines.686-smp, 
  debian/arch/i386/defines.k7, debian/arch/i386/defines.k7-smp,
  debian/arch/s390/defines.s390, debian/arch/s390/defines.s390x,
  debian/arch/sparc/defines.sparc64, adebian/rch/sparc/defines.sparc64-smp:
  Delete.

r3682: waldi | 2005-08-03 22:38:45 +0000
* debian/arch/ia64/defines: Add class definition.s
* debian/arch/ia64/desc.itanium-smp, debian/arch/ia64/desc.itanium
  debian/arch/ia64/desc.mckinley-smp, debian/arch/ia64/desc.mckinley:
  Delete.

r3687: waldi | 2005-08-05 09:11:10 +0000
* debian/Makefile: Copy control file.

r3689: waldi | 2005-08-05 15:36:24 +0000
* debian/rules: Make debian/changelog a prequisite of debian/control.

svn path=/trunk/kernel/source/linux-2.6/; revision=3691
2005-08-05 16:38:58 +00:00
Sven Luther 6d45872e7c Fixed type in Makefile.inc:headers_dirs, which caused to have missing
asm-ppc and asm-ppc64 headers in the common header packages.

svn path=/trunk/kernel/source/linux-2.6/; revision=3688
2005-08-05 14:46:30 +00:00
Andres Salomon 41715bfb19 default configs are autogenerated now; instead of doing a manual make defconfig,
have kernel-package do it (--config def).  This requires kernel-package 9.002,
so add a versioned dep for all archs.  Also, drop any and all mentions of
default_config.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3583
2005-07-19 19:09:39 +00:00
Sven Luther e4e317d192 I don't know why CONFIG_6PACK got moved to config.powerpc only, and not to config, it stopped powerpc-smp in any case. so fixed.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3566
2005-07-16 17:38:09 +00:00
Andres Salomon 320b792e7a disable CONFIG_IP_ROUTE_MULTIPATH_CACHED; it's marked experimental.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3559
2005-07-16 13:12:30 +00:00
Andres Salomon e0d799c683 enable the TCG stuff as modules; ATMEL, NSC, etc
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3558
2005-07-16 13:11:11 +00:00
Sven Luther 1d41e52b3c Oh well, i guess we moved to modular stuff while i was trying to build :)
now build MAC_FLOPPY only on non-smp, as it FTBFS on smp.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3555
2005-07-16 12:49:55 +00:00
Andres Salomon 67b715e490 drop include_common_config stuff from Makefile.incs.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3542
2005-07-16 07:28:22 +00:00
Andres Salomon 7ef54254f9 move common options into arch/config, out from arch/<arch>/config.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3538
2005-07-16 07:03:05 +00:00
Andres Salomon b02da43696 Breaking out configs into common sections for all archs, take 2.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3537
2005-07-16 06:59:46 +00:00
Sven Luther 27393a09a9 Disabled software suspend on powerpc-smp, as it is x86 cdentric on powerpc :(
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3536
2005-07-16 06:54:05 +00:00
Andres Salomon 6d56b1c5cb revert all the config stuff. need to fix split.py..
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3530
2005-07-16 02:56:53 +00:00
Andres Salomon ef9485b041 put all common arch thingies into the main thingy.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3528
2005-07-16 02:33:45 +00:00
Andres Salomon 4c72c61b9e run split.py on powerpc configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3525
2005-07-16 02:26:20 +00:00
Sven Luther 7a903eca9c Removed bogus apus subarch, especially as Simon is trying to bring 2.6 apus into the mainline.
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3515
2005-07-16 00:28:10 +00:00
Sven Luther 37bd417d06 Removed the config options concerning the ibmvscsi stuff too.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3509
2005-07-15 20:15:09 +00:00
Sven Luther 3c17b2147e Added a real pseries config file.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3506
2005-07-15 18:12:46 +00:00
Sven Luther 8563773d65 Added powerpc-mkvmlinuz-support patch, to enable moving the mkvmlinuz support logic to kernel-package.
Added powerpc default config.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3504
2005-07-15 13:04:44 +00:00
Sven Luther 55a989de29 Disabled apus and pseries configs for now, as we will not build them in the main kernels.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3501
2005-07-15 10:44:07 +00:00
Sven Luther b5cd917e37 Added a bogus apus subarch.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3500
2005-07-15 10:43:03 +00:00
Sven Luther efb3b1e5e0 Let's try this another time :/
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3498
2005-07-15 10:26:30 +00:00
Sven Luther 692eb57614 Upgraded the powerpc configs to play nice with the patches.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3497
2005-07-15 10:10:25 +00:00
Sven Luther a27b2b3a47 Created bogus apus and pseries configs.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3493
2005-07-15 09:42:07 +00:00
Sven Luther 50cc467c25 Moved the powerpc configs into the powerpc subarch.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3492
2005-07-15 09:41:16 +00:00
Andres Salomon 0ba09341bb nuke control.in's, so people don't keep updating them.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3489
2005-07-15 08:57:14 +00:00
Sven Luther 2cdcb0cc9f Added powerpc and powerpc-smp configs, power3/4 are disspaering in favour of the pseries one.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3483
2005-07-14 23:13:48 +00:00
Sven Luther a92edaeff3 Moved old 2.6.11 config stuff out of the way, to make place for the new stuff.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3482
2005-07-14 23:10:50 +00:00
maximilian attems 5df78fa922 enable initio scsi driver
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3480
2005-07-13 16:42:16 +00:00
Jurij Smakov 30edb4652d Moved all stuff to debian/ in preparation for
the integration with kernel-source. Everybody
please SVN UP before changing anything!

svn path=/branches/kernel-image-2.6.11/; revision=3238
2005-05-26 01:42:15 +00:00