From dadcea3546d6e66251c72a490ab50d87dcf69108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=A9s?= Date: Sat, 15 Oct 2016 01:08:20 +0200 Subject: [PATCH] hardkernel reference no longer need --- packages/linux/package.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 30dc1144ff..f6e792ff80 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -29,10 +29,6 @@ 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 - hardkernel) - PKG_VERSION="3b08361" - PKG_URL="https://github.com/hardkernel/linux/archive/$PKG_VERSION.tar.gz" - ;; amlogic-3.10) PKG_VERSION="86c93aa" PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz"