base-files: correctly split install-key function for APK
[openwrt/openwrt.git] / package / boot / kexec-tools / Config.in
index 2642171bb087423b05af65472c9975108bcd2b41..068c27e417759a9650c3eda1bbcc14f54a43f139 100644 (file)
@@ -1,26 +1,14 @@
 menu "Configuration"
-       depends on PACKAGE_kexec-tools
-
-config KEXEC_TOOLS_TARGET_NAME
-       string
-       prompt "Target name for kexec kernel"
-       default EXTRA_TARGET_ARCH_NAME  if powerpc64
-       default ARCH
-       help
-         Defines the target type of the kernels that kexec deals
-         with. This should be the target specification of
-         the kernel you're booting.
-
-config KEXEC_TOOLS_kdump
-       bool
-       prompt "kdump support"
-       default n
-       help
-         Include the kdump utility.
+       depends on PACKAGE_kexec
 
 config KEXEC_ZLIB
        bool
        prompt "zlib support"
        default y
 
+config KEXEC_LZMA
+       bool
+       prompt "lzma support"
+       default n
+
 endmenu