imx6: put uboot-envtools in DEFAULT_PACKAGES
[openwrt/staging/yousong.git] / target / linux / imx6 / Makefile
index 1e64fd7bce927e292824a8ec68092574ca49fe17..479b48e0357f3ac0ab653f5b1e546b31bf9af25d 100644 (file)
@@ -14,10 +14,12 @@ CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=neon
 MAINTAINER:=Luka Perkov <luka@openwrt.org>
 
-LINUX_VERSION:=3.14.18
+KERNEL_PATCHVER:=3.18
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
+
+DEFAULT_PACKAGES += uboot-envtools
 
 $(eval $(call BuildTarget))