move jffs2 end-of-filesystem detection to the generic 2.6 patches
[openwrt.git] / target / linux / Config.in
index 5257c78..71f88d7 100644 (file)
@@ -1,26 +1,3 @@
-menu "Target Root Filesystem"
-
-       config TARGET_ROOTFS_JFFS2
-               bool "jffs2"
-               default y
-               help
-                 Build a jffs2 root filesystem
-
-       config TARGET_ROOTFS_SQUASHFS_LZMA
-               bool "squashfs-lzma"
-               default y
-               depends !LINUX_2_6_ARUBA
-               help
-                 Build a squashfs-lzma root filesystem
-
-       config TARGET_ROOTFS_TGZ
-               bool "tgz"
-               default y
-               help
-                 Build a compressed tar archive of the the root filesystem
-
-endmenu
-
 menu "Kernel Configuration / Device Support"
 
 comment "Device specific configuration"
@@ -53,6 +30,13 @@ config PACKAGE_KMOD_IMQ
         help
           Kernel support for the Intermediate Queueing device
 
+config PACKAGE_KMOD_IPIP
+       prompt "kmod-ipip......................... IP in IP encapsulation support"
+       tristate
+       default m
+       help
+         Kernel module for IP in IP encapsulation
+
 config PACKAGE_KMOD_IPV6
        prompt "kmod-ipv6......................... IPv6 support"
        tristate
@@ -294,7 +278,7 @@ config PACKAGE_KMOD_IDE
            - ide-core
            - ide-detect
            - ide-disk
-           - pdc202old
+           - pdc202xx_old
 
 config PACKAGE_KMOD_LOOP
        prompt "kmod-loop......................... Loop mount support"
@@ -316,7 +300,7 @@ config PACKAGE_KMOD_CRYPTO
        prompt "CryptoAPI modules"
        tristate
        default m
-       select BUSYBOX_FEATURE_CHECK_TAINTED_MODULE
+       select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
        help
          Kernel modules for cryptographic algorithms
 
This page took 0.022407 seconds and 4 git commands to generate.