From cd945e49e76927a4c2924523458ceebfc2f859d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 21 Feb 2010 23:34:33 +0100 Subject: rename ext2-cf target rootfs to ext2-block - add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block --- target/linux/config/Config.in.debug | 2 +- target/linux/config/Config.in.fs | 2 +- target/linux/config/Config.in.multimedia | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 9c876e205..57927f3ec 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -41,7 +41,7 @@ config ADK_KERNEL_DEBUG_WITH_KGDB boolean prompt "Enable remote kernel debugging using KGDB" depends on ADK_TARGET_ROOTFS_NFSROOT || \ - ADK_TARGET_ROOTFS_EXT2_CF || \ + ADK_TARGET_ROOTFS_EXT2_BLOCK || \ ADK_TARGET_ROOTFS_EXT2 default n select ADK_KERNEL_DEBUG_KERNEL diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index dc417c146..1378c3528 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -30,7 +30,7 @@ config ADK_KPACKAGE_KMOD_EXT2_FS prompt "kmod-fs-ext2...................... EXT2 filesystem support" tristate default n - depends on !ADK_TARGET_ROOTFS_EXT2_CF + depends on !ADK_TARGET_ROOTFS_EXT2_BLOCK depends on !ADK_KERNEL_EXT2_FS help Ext2 is a standard Linux file system for hard disks. diff --git a/target/linux/config/Config.in.multimedia b/target/linux/config/Config.in.multimedia index cb9de47af..01e837dca 100644 --- a/target/linux/config/Config.in.multimedia +++ b/target/linux/config/Config.in.multimedia @@ -44,7 +44,7 @@ config ADK_KPACKAGE_KMOD_SND Basic ALSA sound support. config ADK_KPACKAGE_KMOD_SND_OSSEMUL - prompt "kmod-sound-alsa-oss-emul........ ALSA OSS Emulation" + prompt "kmod-sound-alsa-oss-emul....... ALSA OSS Emulation" depends on ADK_KPACKAGE_KMOD_SND select ADK_KERNEL_SND_MIXER_OSS select ADK_KERNEL_SND_PCM_OSS -- cgit v1.2.3