Changeset 2520

Show
Ignore:
Timestamp:
05/15/07 22:05:20 (2 years ago)
Author:
dnehring
Message:

whitespace cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Config.in

    r2519 r2520  
    7575config FWRT_ARCH 
    7676        string 
    77         default "arm"    if FWRT_arm 
    78        default "armeb"   if FWRT_armeb 
    79        default "cris"    if FWRT_cris 
    80        default "i386"    if FWRT_i386 
    81        default "m68k"    if FWRT_m68k 
    82        default "mips"    if FWRT_mips 
    83        default "mipsel"  if FWRT_mipsel 
    84        default "mips64"  if FWRT_mips64 
    85        default "powerpc" if FWRT_powerpc 
    86        default "sh3"     if FWRT_sh3 
    87        default "sh3eb"   if FWRT_sh3eb 
    88        default "sh4"     if FWRT_sh4 
    89        default "sh4eb"   if FWRT_sh4eb 
    90        default "sparc"   if FWRT_sparc 
     77        default "arm"     if FWRT_arm 
     78        default "armeb"   if FWRT_armeb 
     79        default "cris"    if FWRT_cris 
     80        default "i386"    if FWRT_i386 
     81        default "m68k"    if FWRT_m68k 
     82        default "mips"    if FWRT_mips 
     83        default "mipsel"  if FWRT_mipsel 
     84        default "mips64"  if FWRT_mips64 
     85        default "powerpc" if FWRT_powerpc 
     86        default "sh3"     if FWRT_sh3 
     87        default "sh3eb"   if FWRT_sh3eb 
     88        default "sh4"     if FWRT_sh4 
     89        default "sh4eb"   if FWRT_sh4eb 
     90        default "sparc"   if FWRT_sparc 
    9191 
    9292 
  • trunk/freewrt/mk/kernel.mk

    r2504 r2520  
    6363# the specified (kernel-provided) modules. 
    6464# Parameters: 
    65 # 1: the config symbol name (without leading 'FWRT_[K,]PACKAGE_KMOD_')  
     65# 1: the config symbol name (without leading 'FWRT_[K,]PACKAGE_KMOD_') 
    6666#    this _must_ be equal to the kernel config symbol name 
    6767# 2: the name for the package, should be unique 
     
    7070# 4: order of module loading at system startup; the modules in $(3) are (in their order) 
    7171#    added to this file, if $(6) is non-empty 
    72 # 5: the kmod packages this package depends on  
     72# 5: the kmod packages this package depends on 
    7373# 
    7474define KMOD_template 
  • trunk/freewrt/mk/modules.mk

    r2515 r2520  
    116116,40)) 
    117117 
    118 #  
     118# 
    119119# classifications 
    120120# 
     
    500500,10)) 
    501501 
    502 #  
     502# 
    503503# Filesystems 
    504504# 
     
    744744,95)) 
    745745 
    746 #  
     746# 
    747747# NLS 
    748748# 
     
    10121012        $(MODULES_DIR)/kernel/drivers/parport/parport_splink \ 
    10131013,55)) 
    1014