Browse Source

* changed qemu to just build the kernel module in native stages

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20654 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
7f82c8290f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emulators/qemu/pkg_linux26_post.conf

+ 1
- 1
emulators/qemu/pkg_linux26_post.conf

@ -13,6 +13,6 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if [[ $arch = x86* ]]; then
if atstage native && [[ $arch = x86* ]]; then
var_insert lx_3rd_party_modules " " "qemu" var_insert lx_3rd_party_modules " " "qemu"
fi fi

Loading…
Cancel
Save