Kernel: Removed unneeded config (it was a copy of 2.6.23); fixed one more typo.

svn path=/nixpkgs/branches/stdenv-updates/; revision=9850
This commit is contained in:
Yury G. Kudryashov 2007-12-03 23:40:46 +00:00
parent 1999146768
commit 6f5e75b102
2 changed files with 3 additions and 3759 deletions

View file

@ -9,9 +9,9 @@ args:
config = with args;
if config != null then config else
if userModeLinux then ./config-2.6.23.1-uml else
if stdenv.system == "i686-linux" then ./config-2.6.23.1-i686-smp else
if stdenv.system == "x86_64-linux" then ./config-2.6.23.1-x86_64-smp else
if userModeLinux then ./config-2.6.23-uml else
if stdenv.system == "i686-linux" then ./config-2.6.23-i686-smp else
if stdenv.system == "x86_64-linux" then ./config-2.6.23-x86_64-smp else
abort "No kernel configuration for your platform!";
}
)

File diff suppressed because it is too large Load diff