diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/native.conf | 0 | ||||
-rw-r--r-- | conf/x86-uml.conf | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/conf/native.conf b/conf/native.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/conf/native.conf diff --git a/conf/x86-uml.conf b/conf/x86-uml.conf index e69de29bb2..2dbb6059c1 100644 --- a/conf/x86-uml.conf +++ b/conf/x86-uml.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@NAME: X86 User Mode Linux +#@DESCRIPTION: Machine configuration for a User Mode Linux running on an x86 compatible PC + +TARGET_ARCH = "i386" +IPKG_ARCHS = "all i686 i386 x86 x86-uml" +PREFERRED_PROVIDER_virtual/kernel = "linux-uml" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules" |