forked from Freetz/freetz
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Oct 23, 2024
1 parent
480b224
commit aa12f97
Showing
3 changed files
with
201 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
if FREETZ_AVM_SOURCE_4040_08_00 | ||
|
||
config FREETZ_AVM_HAS_ANTFS_FS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_BLK_DEV_LOOP_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRC16_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_AEAD_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_AES_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_ALGAPI_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_ARC4_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_BLKCIPHER_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_CBC_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_DES_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_ECB_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_HASH_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_HMAC_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_MANAGER_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_MD5_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_RNG_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_SHA1_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_SHA256_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_CRYPTO_WORKQUEUE_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_EXT3_FS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_EXT4_FS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_FAT_FS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_FS_MBCACHE_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_FUSE_FS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_FW_LOADER_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_JBD2_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_JFFS2_FS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_LZO_COMPRESS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_LZO_DECOMPRESS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_MSDOS_FS_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_MTD_NAND_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_NLS_CODEPAGE_437_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_NLS_ISO8859_15_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_NLS_ISO8859_1_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_NLS_UTF8_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_SCSI_MOD_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_TUN_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_USB_BUILTIN | ||
def_bool y | ||
|
||
config FREETZ_AVM_HAS_VFAT_FS_BUILTIN | ||
def_bool y | ||
|
||
endif |