diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-16 12:12:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-16 12:12:52 +0000 |
commit | 7f20c2e19a3246dbb20772f8cfd67296daff1172 (patch) | |
tree | fd18e69c05bb23354fdbd0c8d00741edecedc16b /target/linux/x86/generic/target.mk | |
parent | 7fd85258534035f8eae91f2737a2b0f3f532ebaf (diff) | |
download | upstream-7f20c2e19a3246dbb20772f8cfd67296daff1172.tar.gz upstream-7f20c2e19a3246dbb20772f8cfd67296daff1172.tar.bz2 upstream-7f20c2e19a3246dbb20772f8cfd67296daff1172.zip |
update x86 generic to kernel v3.7
Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35616
Diffstat (limited to 'target/linux/x86/generic/target.mk')
-rw-r--r-- | target/linux/x86/generic/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/generic/target.mk b/target/linux/x86/generic/target.mk index 7191292e81..c98f64f921 100644 --- a/target/linux/x86/generic/target.mk +++ b/target/linux/x86/generic/target.mk @@ -1,5 +1,7 @@ BOARDNAME:=Generic +LINUX_VERSION:=3.7.8 + define Target/Description Build firmware images for x86 based boards (e.g : Soekris, ...) |