From: Michael Tremer Date: Sat, 18 Sep 2010 19:52:04 +0000 (+0200) Subject: kernel: Compile in support for loop devices. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ba76a17fe4b2c111c1080179173db2c4ced436;p=ipfire-3.x.git kernel: Compile in support for loop devices. --- diff --git a/pkgs/core/kernel/config b/pkgs/core/kernel/config index e71d1ac4e..e3bbd9927 100644 --- a/pkgs/core/kernel/config +++ b/pkgs/core/kernel/config @@ -996,7 +996,7 @@ CONFIG_BLK_CPQ_CISS_DA=m CONFIG_BLK_DEV_DAC960=m # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set -CONFIG_BLK_DEV_LOOP=m +CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=m # CONFIG_BLK_DEV_DRBD is not set # CONFIG_BLK_DEV_NBD is not set diff --git a/pkgs/core/kernel/kernel.nm b/pkgs/core/kernel/kernel.nm index bccdc1e7c..be7887b45 100644 --- a/pkgs/core/kernel/kernel.nm +++ b/pkgs/core/kernel/kernel.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = linux PKG_VER = 2.6.35.4 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = Michael Tremer PKG_GROUP = System/Kernels