2
0
forked from Ivasoft/openwrt

kernel: remove useless AddDepends/crc16 abstraction

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45133
This commit is contained in:
Felix Fietkau
2015-03-29 08:12:23 +00:00
parent 661f05262b
commit b2f3e852d0
4 changed files with 5 additions and 8 deletions

View File

@@ -155,6 +155,9 @@ $(eval $(call KernelPackage,fs-exportfs))
define KernelPackage/fs-ext4
SUBMENU:=$(FS_MENU)
TITLE:=EXT4 filesystem support
DEPENDS := \
+kmod-lib-crc16 \
+kmod-crypto-hash
KCONFIG:= \
CONFIG_EXT4_FS \
CONFIG_JBD2
@@ -163,7 +166,6 @@ define KernelPackage/fs-ext4
$(LINUX_DIR)/fs/jbd2/jbd2.ko \
$(LINUX_DIR)/fs/mbcache.ko
AUTOLOAD:=$(call AutoLoad,30,mbcache jbd2 ext4,1)
$(call AddDepends/crc16, +kmod-crypto-hash)
endef
define KernelPackage/fs-ext4/description