diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-30 08:00:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-30 08:00:25 +0000 |
commit | c4ec495b43d168fef626ec73318b4ffd11ab405b (patch) | |
tree | 995bdb5c019ad53770b03dac6f33ca30b9f0ec60 /target/linux/ramips/Makefile | |
parent | 3f14645369ab08cb254894da00f8dbf710b40652 (diff) | |
download | upstream-c4ec495b43d168fef626ec73318b4ffd11ab405b.tar.gz upstream-c4ec495b43d168fef626ec73318b4ffd11ab405b.tar.bz2 upstream-c4ec495b43d168fef626ec73318b4ffd11ab405b.zip |
kernel: update remaning platforms accidentally left out of r37617
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/Makefile')
-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 8d17d0ca32..f9db8b5e6e 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 mt7620a CFLAGS:=-Os -pipe -mno-branch-likely FEATURES:=squashfs gpio -LINUX_VERSION:=3.10.3 +LINUX_VERSION:=3.10.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |