mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
move the cryptoapi kmod to package/kernel
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -122,16 +122,6 @@ $(eval $(call KMOD_template,NBD,nbd,\
|
||||
,CONFIG_BLK_DEV_NBD,,20,nbd))
|
||||
|
||||
|
||||
# Crypto
|
||||
|
||||
ifneq ($(wildcard $(MODULES_DIR)/kernel/crypto/*.o),)
|
||||
CONFIG_CRYPTO:=m
|
||||
endif
|
||||
$(eval $(call KMOD_template,CRYPTO,crypto,\
|
||||
$(MODULES_DIR)/kernel/crypto/*.o \
|
||||
,CONFIG_CRYPTO))
|
||||
|
||||
|
||||
# Filesystems
|
||||
|
||||
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
|
||||
|
||||
@@ -126,14 +126,6 @@ $(eval $(call KMOD_template,NBD,nbd,\
|
||||
$(MODULES_DIR)/kernel/drivers/block/nbd.ko \
|
||||
,CONFIG_BLK_DEV_NBD,,20,nbd))
|
||||
|
||||
|
||||
# Crypto
|
||||
|
||||
$(eval $(call KMOD_template,CRYPTO,crypto,\
|
||||
$(MODULES_DIR)/kernel/crypto/*.ko \
|
||||
))
|
||||
|
||||
|
||||
# Filesystems
|
||||
|
||||
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
|
||||
|
||||
Reference in New Issue
Block a user