X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2FConfig.in;h=3ee23ebf7f06a9637a3adc770a8e79008f384437;hb=98684d99b25033f01eae0c25110e660620253b82;hp=3aef76890dba3c18ac3fafa588cba61ce72009d7;hpb=7ea6261b4344bde08be0e72ab018f772e8d25da2;p=oweals%2Fopenwrt.git diff --git a/target/Config.in b/target/Config.in index 3aef76890d..3ee23ebf7f 100644 --- a/target/Config.in +++ b/target/Config.in @@ -2,6 +2,9 @@ source "tmp/.config-target.in" # Kernel/Hardware features +config HAS_TESTING_KERNEL + bool + config HAS_SPE_FPU depends on powerpc select HAS_FPU @@ -96,6 +99,12 @@ config ARCH_64BIT config VIRTIO_SUPPORT bool +config USES_ROOTFS_PART + bool + +config USES_BOOT_PART + bool + # Architecture selection config aarch64