diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-09 05:29:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-09 05:29:25 +0000 |
commit | 785740b996e456bab4f1c33335bc4a0b7aee15a5 (patch) | |
tree | b3c925f13ffbbb1e688b6c16ae484b782f7ce7f5 | |
parent | 47864f2c6d1104ae7dc645ffeeca40568eec3307 (diff) | |
download | upstream-785740b996e456bab4f1c33335bc4a0b7aee15a5.tar.gz upstream-785740b996e456bab4f1c33335bc4a0b7aee15a5.tar.bz2 upstream-785740b996e456bab4f1c33335bc4a0b7aee15a5.zip |
x86/xen_domu: enable image generation
Add features ext4 targz to target x86/xen_domu in order to
generate images in defconfig.
This fixes #18074.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Backport of r46233
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46277 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/xen_domu/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/xen_domu/target.mk b/target/linux/x86/xen_domu/target.mk index 80bac3b823..f7a69bf132 100644 --- a/target/linux/x86/xen_domu/target.mk +++ b/target/linux/x86/xen_domu/target.mk @@ -1,3 +1,3 @@ BOARDNAME:=Xen Paravirt Guest DEFAULT_PACKAGES += kmod-xen-fs kmod-xen-evtchn kmod-xen-netdev kmod-xen-kbddev -FEATURES:=display +FEATURES:=display ext4 targz |