From 4e587747a2a9782294396635731d40968fd4c24c Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 15 Jan 2015 20:38:35 +0200 Subject: [PATCH] wetek_play: linux: change kernel url aml kernel sources has lot of crlfs. we repacked it.. --- packages/linux/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 9fbdb8395e..c37b311009 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -19,7 +19,7 @@ PKG_NAME="linux" case "$LINUX" in amlogic) - PKG_VERSION="amlogic-3.10-24e850b" + PKG_VERSION="amlogic-3.10-24e850b-oe" PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" ;; imx6)