mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
Updating options for the versatileARM kernel, so it matches something
usable and buildable from a sheevaplug. I took the additional settings from: http://fedoraproject.org/wiki/Architectures/ARM/HowToQemu svn path=/nixpkgs/branches/stdenv-updates/; revision=18296
This commit is contained in:
parent
be2ff23280
commit
1b37fc42bb
@ -112,6 +112,17 @@ let
|
||||
|
||||
configureBaseVersatileARM = ''
|
||||
ARCH=arm make versatile_defconfig
|
||||
|
||||
setOptionYes CONFIG_IP_PNP_DHCP
|
||||
setOptionYes CONFIG_TUN
|
||||
# This versatile arm is for the sheevaplug compatibility, so, EABI
|
||||
setOptionYes CONFIG_AEABI
|
||||
setOptionYes CONFIG_TMPFS
|
||||
# For the qemu block device 'hda' to work
|
||||
setOptionYes CONFIG_PCI
|
||||
setOptionYes CONFIG_SCSI
|
||||
setOptionYes CONFIG_BLK_DEV_SD
|
||||
setOptionYes CONFIG_SCSI_SYM53C8XX_2
|
||||
'';
|
||||
|
||||
configureARM = ''
|
||||
|
Loading…
Reference in New Issue
Block a user