Commit Graph

14330 Commits

Author SHA1 Message Date
Andres Salomon 1b8396fa95 some documentation updates
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3541
2005-07-16 07:26:40 +00:00
Andres Salomon 6ee94c1c47 mention tg3 readdition
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3540
2005-07-16 07:23:42 +00:00
Andres Salomon 7d6f34c144 changelog additions/cleanups
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3539
2005-07-16 07:22:16 +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
Jurij Smakov f98fa3ea65 Make sure that stuff does not break if extra_postinstall_command
is undefined.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3535
2005-07-16 05:23:49 +00:00
Andres Salomon c6fff45fc2 i am a python GOD
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3533
2005-07-16 03:31:36 +00:00
Joshua Kwan d9d8757e9a add the orig target back for development convenience
add 2.6.12.3 patch

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3531
2005-07-16 03:14:13 +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 850554c2fd disable CONFIG_KALLSYMS_ALL for all archs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3529
2005-07-16 02:44:08 +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 ce5cc68b7b run split.py on alpha configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3527
2005-07-16 02:28:43 +00:00
Andres Salomon 3f135f5797 run split.py on amd64 configs (skipping over config.default)
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3526
2005-07-16 02:27:43 +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
Andres Salomon 3509065ab0 run split.py on s390 configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3524
2005-07-16 02:25:36 +00:00
Andres Salomon d9451aa2de run split.py on sparc configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3523
2005-07-16 02:24:13 +00:00
Andres Salomon 337efa7d7f run split.py on ia64 configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3522
2005-07-16 02:23:14 +00:00
Andres Salomon 2c70950786 run split.py on i386 configs
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3521
2005-07-16 02:21:45 +00:00
Andres Salomon 593e429b6e rename stuff to write out 'config' instead of 'config.common'. This is my
first ever attempt to python hackery.  fear.

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3520
2005-07-16 02:18:25 +00:00
Andres Salomon e70192de4e update readme to reflect naming and other changes
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3519
2005-07-16 02:00:54 +00:00
Andres Salomon ba9fdc7115 rename config.common to config, ignore include_common_config (always use
the common config.  overriding options is implicit, use it if you don't want
to use the common configs), and fixed a subarch bug ($(arch)/config.$(subarch)
vs $(arch)/$(subarch)/config)

svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3518
2005-07-16 01:56:00 +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 0762f2cbed Added extra_postinstall_command (not using it for powerpc afterall, but it could be generally usefull still).
svn path=/trunk/kernel/source/linux-2.6-2.6.12/; revision=3513
2005-07-16 00:11:13 +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 efcbbe0277 Removed ibmvscsi patch as it failed to build.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3508
2005-07-15 20:14:24 +00:00
Bastian Blank 30bf3cb218 Add s390 config.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3507
2005-07-15 18:38:26 +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 f91a760232 Fixed typo in mkvmlinuz patch.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3505
2005-07-15 17:45:23 +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 ae86dcf228 Removed old powerpc config stuff i had backuped.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3502
2005-07-15 10:44:45 +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
Andres Salomon ec2bef9c7b fix missing @subarch@ in dependency
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3499
2005-07-15 10:35:07 +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
Joshua Kwan 8302348e5f document the new expansions and some old ones that were missed.
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3496
2005-07-15 09:49:38 +00:00
Joshua Kwan 104e158f77 remove unused @smp@ expansion
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3495
2005-07-15 09:49:21 +00:00
Joshua Kwan 3fab8611d4 arch headers package is not "Virtual" - that's a completely different sort of
package. We mean "dummy"

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3494
2005-07-15 09:49:10 +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 2e9fc41ed1 move config.common -. config
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3490
2005-07-15 09:09:27 +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
dann frazier 7202ccee07 update ia64 configs (still non-modular)
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3488
2005-07-15 08:47:55 +00:00
Andres Salomon d4ed2d9f65 make the virtual headers package -@arch@-all instead of just -@arch@, as powerpc
has an actual headers package called -@arch@.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3487
2005-07-15 07:54:54 +00:00
dann frazier 3073149a2f s/linux-headers-@version@-@abiname@/linux-headers-@version@-@abiname@-ia64/
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3486
2005-07-15 07:29:52 +00:00
dann frazier f52ddf078d macroify abiname for ia64
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3485
2005-07-15 07:22:40 +00:00
dann frazier a8f0552140 s/kernel/linux/
svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3484
2005-07-15 07:17:18 +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