diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-14 19:46:40 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-14 19:46:40 +0000 |
commit | 73246d2f646eec821ad59a2c9177ac3e0b2e75fd (patch) | |
tree | 1b51c62e56fe44271e0f62dc657c82faca2e96a5 /target/linux/kirkwood/Makefile | |
parent | 4da854bcd00842894558aba10b3521d7171ba1e3 (diff) | |
download | upstream-73246d2f646eec821ad59a2c9177ac3e0b2e75fd.tar.gz upstream-73246d2f646eec821ad59a2c9177ac3e0b2e75fd.tar.bz2 upstream-73246d2f646eec821ad59a2c9177ac3e0b2e75fd.zip |
kirkwood: upgrade to 3.10.15
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38402
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r-- | target/linux/kirkwood/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 4739760dec..ba1d259d64 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -9,16 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2_nand +FEATURES:=targz usb jffs2_nand ubifs CPU_TYPE:=xscale MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.10.15 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget)) |