diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-14 19:46:40 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-14 19:46:40 +0000 |
commit | 0fe170d3b36438db246b032533cdadfa9d62219a (patch) | |
tree | 2c4ab6a7ff8198fe6c761b0c19df9641ab84b99e /target/linux/kirkwood/Makefile | |
parent | dda6e8a8a3e33eafe8d131a21d54027b4288646d (diff) |
kirkwood: upgrade to 3.10.15
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38402 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |