Show
Ignore:
Timestamp:
01/18/09 14:12:42 (3 years ago)
Author:
root
Message:

About time to commit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • floppyfw/package/linux/Config.in

    r218 r259  
    1414        string "Network card modules" 
    1515        default "3c509 3c59x 8139cp 8139too pcnet32 r8169 e100 e1000 ne ne2k-pci forcedeth tulip" 
    16         depends BR2_PACKAGE_LINUX_24 || BR2_PACKAGE_LINUX_26 
     16        depends on BR2_PACKAGE_LINUX_24 || BR2_PACKAGE_LINUX_26 
    1717 
    1818config LINUX_KCONFIG_24 
    1919        string "Kernel configuration file, has to reside in configs/" 
    20         depends BR2_PACKAGE_LINUX_24 
     20        depends on BR2_PACKAGE_LINUX_24 
    2121        default "config-kernel" 
    2222        help 
     
    2525config LINUX_KCONFIG_26 
    2626        string "Kernel configuration file, has to reside in configs/" 
    27         depends BR2_PACKAGE_LINUX_26 
     27        depends on BR2_PACKAGE_LINUX_26 
    2828        default "config-kernel-2.6" 
    2929        help 
     
    3232config EMULATE_FPU 
    3333        bool "Floating point/Math emlation" 
    34         depends BR2_PACKAGE_LINUX_24 || BR2_PACKAGE_LINUX_26 
     34        depends on BR2_PACKAGE_LINUX_24 || BR2_PACKAGE_LINUX_26 
    3535        default n 
    3636        help