Skip to content

Commit

Permalink
linux: update to linux-4.0.3, change order of options to later includ…
Browse files Browse the repository at this point in the history
…e kernel related packages

Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed May 14, 2015
1 parent 90eb354 commit 47d39d7
Show file tree
Hide file tree
Showing 28 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
################################################################################

PKG_NAME="linux"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kernel.org"
PKG_DEPENDS_HOST="ccache:host"
PKG_DEPENDS_TARGET="toolchain cpio:host kmod:host pciutils xz:host wireless-regdb keyutils"
PKG_DEPENDS_INIT="toolchain"
PKG_NEED_UNPACK="$LINUX_DEPENDS"
PKG_PRIORITY="optional"
PKG_SECTION="linux"
PKG_SHORTDESC="linux26: The Linux kernel 2.6 precompiled kernel binary image and modules"
PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
case "$LINUX" in
amlogic)
PKG_VERSION="amlogic-3.10-a9cef51"
Expand All @@ -27,22 +39,10 @@ case "$LINUX" in
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
*)
PKG_VERSION="4.0.2"
PKG_VERSION="4.0.3"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
esac
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kernel.org"
PKG_DEPENDS_HOST="ccache:host"
PKG_DEPENDS_TARGET="toolchain cpio:host kmod:host pciutils xz:host wireless-regdb keyutils"
PKG_DEPENDS_INIT="toolchain"
PKG_NEED_UNPACK="$LINUX_DEPENDS"
PKG_PRIORITY="optional"
PKG_SECTION="linux"
PKG_SHORTDESC="linux26: The Linux kernel 2.6 precompiled kernel binary image and modules"
PKG_LONGDESC="This package contains a precompiled kernel image and the modules."

PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
Expand Down

0 comments on commit 47d39d7

Please sign in to comment.