diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 13:00:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 13:00:21 +0000 |
commit | 24ef414bec72abb094561c97161c1233fbe24c89 (patch) | |
tree | 7008505def7e4d399768691dd923adf772614ce4 /target/linux/x86/xen_domu | |
parent | f333739c2475d0e944d5050b7f1213f460b89ed5 (diff) | |
download | upstream-24ef414bec72abb094561c97161c1233fbe24c89.tar.gz upstream-24ef414bec72abb094561c97161c1233fbe24c89.tar.bz2 upstream-24ef414bec72abb094561c97161c1233fbe24c89.zip |
x86/xen_domu: switch to 3.10 and add broken flag
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39713
Diffstat (limited to 'target/linux/x86/xen_domu')
-rw-r--r-- | target/linux/x86/xen_domu/target.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/x86/xen_domu/target.mk b/target/linux/x86/xen_domu/target.mk index 75f6e571ce..109cff0002 100644 --- a/target/linux/x86/xen_domu/target.mk +++ b/target/linux/x86/xen_domu/target.mk @@ -1,3 +1,4 @@ BOARDNAME:=Xen Paravirt Guest DEFAULT_PACKAGES += kmod-xen-fs kmod-xen-evtchn kmod-xen-netdev kmod-xen-kbddev -FEATURES:==display +FEATURES:=display broken +LINUX_VERSION:=3.10.32 |