diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 22:43:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 22:43:10 +0000 |
commit | 460f420734dd548372b228636e800c2705783382 (patch) | |
tree | 6bccbd4f293bc0559fd2cf67e3d931c33b26501f /target/linux/ramips | |
parent | f78f7471c9c6c2e418ac7fa1832fbe51f150ad2f (diff) | |
download | upstream-460f420734dd548372b228636e800c2705783382.tar.gz upstream-460f420734dd548372b228636e800c2705783382.tar.bz2 upstream-460f420734dd548372b228636e800c2705783382.zip |
kernel: update to kernel 3.9.10 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 3975cba765..6f0a58deb3 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 mt7620a CFLAGS:=-Os -pipe -fno-caller-saves -mno-branch-likely FEATURES:=squashfs gpio -LINUX_VERSION:=3.9.8 +LINUX_VERSION:=3.9.10 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |