diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-21 11:53:24 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-21 11:53:24 +0000 |
commit | 2b79913c8e7d0a8fec830afd488674ddd044371b (patch) | |
tree | 96b3cf265de8ebb13884d3bd97100145a9e13b97 /main/xen/xen-disable-firmware.patch | |
parent | 57b2d07c06af589eeeff448b4e20b08c9112c7b7 (diff) | |
parent | f7d54450fdcb340c31348b2ec588c1c60b95b1d0 (diff) | |
download | aports-2b79913c8e7d0a8fec830afd488674ddd044371b.tar.bz2 aports-2b79913c8e7d0a8fec830afd488674ddd044371b.tar.xz |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'main/xen/xen-disable-firmware.patch')
-rw-r--r-- | main/xen/xen-disable-firmware.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/xen/xen-disable-firmware.patch b/main/xen/xen-disable-firmware.patch new file mode 100644 index 0000000000..06e43d41c4 --- /dev/null +++ b/main/xen/xen-disable-firmware.patch @@ -0,0 +1,10 @@ +--- xen-4.0.1/tools/Makefile ++++ xen-4.0.1.mod/tools/Makefile +@@ -13,7 +13,6 @@ + SUBDIRS-y += hotplug + SUBDIRS-y += xentrace + SUBDIRS-$(CONFIG_XCUTILS) += xcutils +-SUBDIRS-$(CONFIG_X86) += firmware + SUBDIRS-$(ACM_SECURITY) += security + SUBDIRS-y += console + SUBDIRS-y += xenmon |