diff options
author | Jonathan McDowell <noodles@earth.li> | 2005-04-18 18:30:59 +0000 |
---|---|---|
committer | Jonathan McDowell <noodles@earth.li> | 2005-04-18 18:30:59 +0000 |
commit | 96432917f0f583533e5477bdcb6805756277abc6 (patch) | |
tree | 985e57472b19b7317f4b05988089303d23e5083a /conf | |
parent | 93f98e5b932c31ab3cb80d66da69ed20177d7de2 (diff) |
Make Spitz use the new pivotboot image for its flash; this will load a main root
filesystem off hda1.
BKrev: 4263fce3mO95gFZpjiTg7dykY06r3w
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/spitz.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 27b7aff7bc..7d65f7e9de 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -7,7 +7,9 @@ include conf/machine/zaurus-clamshell-2.4.conf PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa27x" -BOOTSTRAP_EXTRA_DEPENDS += "pivotinit" +PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs" +PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs" +PIVOTBOOT_EXTRA_RRECOMMENDS += "" BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ kernel-module-net-fd kernel-module-registers kernel-module-pxa27x-bi \ |