blob: 2777b80e6c72e5ffe13be06a9df716d1a8bf8812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config ADK_PACKAGE_CFINSTALL
prompt "cfinstall............................ compact flash installer"
tristate
select ADK_PACKAGE_SFDISK
select ADK_PACKAGE_PARTED
select ADK_PACKAGE_GRUB_BIN
depends on \
ADK_LINUX_X86_ALIX1C || \
ADK_LINUX_X86_WRAP || \
ADK_LINUX_MIPS_RB532
default n
help
Installs a rootfs tar archive onto a Compact Flash disk.
|