diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-05 22:46:38 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-05 22:58:15 +0200 |
commit | af33ab24c9a35878da25cfa7a191b34fc807648e (patch) | |
tree | 382ab5016e2e837bef77d198a0e5bcbda1ef4a81 /conf/machine | |
parent | 226cbf313a7e5739a52ed32bbf114f74818cdc81 (diff) |
dockstar.conf: Make sure we use our known to be good kernel.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/dockstar.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/dockstar.conf b/conf/machine/dockstar.conf index eed710ea0c..6639b17c9e 100644 --- a/conf/machine/dockstar.conf +++ b/conf/machine/dockstar.conf @@ -7,7 +7,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules u-boot-utils" MKUBIFS_ARGS = "-m 2048 -e 129024 -c 4096" UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" -PREFERRED_PROVIDER_virtual/kernel = "linux" ROOT_FLASH_SIZE ?= "256" MACHINE_FEATURES = "kernel26 usbhost ext2 vfat " @@ -17,3 +16,5 @@ EXTRA_IMAGECMD_jffs2 = " -e 128KiB -l -p ; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAG -e 128KiB -p -l " require conf/machine/include/kirkwood.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux" |