Changeset 2520
- Timestamp:
- 05/15/07 22:05:20 (2 years ago)
- Files:
-
- trunk/freewrt/Config.in (modified) (1 diff)
- trunk/freewrt/mk/kernel.mk (modified) (2 diffs)
- trunk/freewrt/mk/modules.mk (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Config.in
r2519 r2520 75 75 config FWRT_ARCH 76 76 string 77 default "arm" if FWRT_arm78 default "armeb"if FWRT_armeb79 default "cris"if FWRT_cris80 default "i386"if FWRT_i38681 default "m68k"if FWRT_m68k82 default "mips"if FWRT_mips83 default "mipsel" if FWRT_mipsel84 default "mips64" if FWRT_mips6485 default "powerpc" if FWRT_powerpc86 default "sh3"if FWRT_sh387 default "sh3eb"if FWRT_sh3eb88 default "sh4"if FWRT_sh489 default "sh4eb"if FWRT_sh4eb90 default "sparc"if FWRT_sparc77 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 91 91 92 92 trunk/freewrt/mk/kernel.mk
r2504 r2520 63 63 # the specified (kernel-provided) modules. 64 64 # 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_') 66 66 # this _must_ be equal to the kernel config symbol name 67 67 # 2: the name for the package, should be unique … … 70 70 # 4: order of module loading at system startup; the modules in $(3) are (in their order) 71 71 # 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 73 73 # 74 74 define KMOD_template trunk/freewrt/mk/modules.mk
r2515 r2520 116 116 ,40)) 117 117 118 # 118 # 119 119 # classifications 120 120 # … … 500 500 ,10)) 501 501 502 # 502 # 503 503 # Filesystems 504 504 # … … 744 744 ,95)) 745 745 746 # 746 # 747 747 # NLS 748 748 # … … 1012 1012 $(MODULES_DIR)/kernel/drivers/parport/parport_splink \ 1013 1013 ,55)) 1014


