diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-17 14:03:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-17 14:03:11 +0000 |
commit | 0b57c1ccc6a3112021fc1174ef529ca344b25d9f (patch) | |
tree | c756bf074cc6a3db22d5fced2e7136c5dc20b6bb /target | |
parent | 56bc5367139aeb9ac08ad528d7bf1c52af25d54a (diff) | |
download | upstream-0b57c1ccc6a3112021fc1174ef529ca344b25d9f.tar.gz upstream-0b57c1ccc6a3112021fc1174ef529ca344b25d9f.tar.bz2 upstream-0b57c1ccc6a3112021fc1174ef529ca344b25d9f.zip |
x86: Update kernel for alix2 to 3.10.15
Without this patch, the patch
target/linux/generic/patches-3.10/770-bgmac-backport.patch
would not apply.
Signed-off-by: Tobias Steinicke <tsteinicke@net.t-labs.tu-berlin.de>
SVN-Revision: 38438
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index 2d789a1fde..36243a2e82 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -19,7 +19,7 @@ DEFAULT_PACKAGES += \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev \ kmod-cpu-msr hwclock wpad -LINUX_VERSION:=3.10.13 +LINUX_VERSION:=3.10.15 CS5535_MASK:=0x0b000042 CPU_TYPE := geode |