aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r--target/linux/kirkwood/Makefile8
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))