diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-11 13:22:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-11 13:22:24 +0000 |
commit | f7e747baa9ed27056eba2a4215fb054e4cefb53c (patch) | |
tree | e9d269489c279bfe4f5a5be329fabc0d41c28482 /target/linux/x86/ep80579 | |
parent | c3cc517071ac505296c57ef2d68557db374d0746 (diff) | |
download | upstream-f7e747baa9ed27056eba2a4215fb054e4cefb53c.tar.gz upstream-f7e747baa9ed27056eba2a4215fb054e4cefb53c.tar.bz2 upstream-f7e747baa9ed27056eba2a4215fb054e4cefb53c.zip |
x86: set default kernel version to 3.10
Place the previous selection (3.3.8) into the only subtarget that did
not override it to 3.10
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40454
Diffstat (limited to 'target/linux/x86/ep80579')
-rw-r--r-- | target/linux/x86/ep80579/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/ep80579/target.mk b/target/linux/x86/ep80579/target.mk index 00fe1abc3d..4fe35e0440 100644 --- a/target/linux/x86/ep80579/target.mk +++ b/target/linux/x86/ep80579/target.mk @@ -1,4 +1,5 @@ BOARDNAME:=Intel EP80579 +LINUX_VERSION:=3.3.8 DEFAULT_PACKAGES += kmod-ep80579-can kmod-ep80579-eth kmod-ep80579-misc \ kmod-usb-core kmod-usb2 kmod-usb-hid kmod-usb-uhci |