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:
parent
1999146768
commit
6f5e75b102
@ -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
Loading…
Reference in New Issue
Block a user