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 | 7cdbbf654df117a6018e44254fba937ef817626d (patch) | |
tree | 19aa2243bbc26581efb645ba45339b583df74d70 /target/linux/x86/geos | |
parent | e1080fb8ed5a7548acacbe9ae872e5dcaa3f7eba (diff) | |
download | upstream-7cdbbf654df117a6018e44254fba937ef817626d.tar.gz upstream-7cdbbf654df117a6018e44254fba937ef817626d.tar.bz2 upstream-7cdbbf654df117a6018e44254fba937ef817626d.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40454 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/geos')
-rw-r--r-- | target/linux/x86/geos/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index 9fb5807272..d036ef6880 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -21,7 +21,6 @@ DEFAULT_PACKAGES += \ kmod-cpu-msr \ soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \ hwclock wpad flashrom tc -LINUX_VERSION:=3.10.34 CS5535_MASK:=0x0E000048 CPU_TYPE := geode |