Changeset 1084

Show
Ignore:
Timestamp:
11/06/06 17:55:21 (5 years ago)
Author:
n0-1
Message:

initially integrated kernel-2.6 support for RouterBoard? 500

Files:

Legend:

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

    r946 r1084  
    9696config FWRT_LINUX_2_4_RB 
    9797        bool 
     98config FWRT_LINUX_2_6_RB 
     99        bool 
    98100 
    99101source "target/Config.in" 
  • trunk/freewrt/mk/targets.mk

    r947 r1084  
    3535# routerboard models made by mikrotik 
    3636$(eval $(call target_template,2.4,rb,rb532,2_4_RB_RB532)) 
     37$(eval $(call target_template,2.6,rb,rb532,2_6_RB_RB532)) 
    3738 
    3839define rootfs_template 
  • trunk/freewrt/target/Config.in

    r1081 r1084  
    1414source "target/linux/brcm-2.6/Config.in" 
    1515source "target/linux/rb-2.4/Config.in" 
     16source "target/linux/rb-2.6/Config.in" 
    1617endchoice 
    1718 
     
    5758        bool "root filesystem via NFS" 
    5859        depends on FWRT_LINUX_2_4_RB || \ 
    59                    FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U || \ 
    60                    FWRT_LINUX_2_6_BRCM_NETGEAR_WGT634U 
     60                   FWRT_LINUX_2_6_RB || \ 
     61                   FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U || \ 
     62                   FWRT_LINUX_2_6_BRCM_NETGEAR_WGT634U 
    6163        help 
    6264          Use this option if you want to use a nfs-mounted root filesystem. 
     
    6466config FWRT_TARGET_ROOTFS_EXT2_CF 
    6567        bool "read-write filesystem for compact flash (ext2)" 
    66         depends on FWRT_LINUX_2_4_RB 
     68        depends on FWRT_LINUX_2_4_RB || \ 
     69                   FWRT_LINUX_2_6_RB 
    6770        help 
    6871          Use this option if you have a compact flash 
  • trunk/freewrt/target/linux/Makefile

    r946 r1084  
    7272# routerboard models made by mikrotik 
    7373$(eval $(call kernel_template,2.4,rb,rb532,2_4_RB_RB532)) 
     74$(eval $(call kernel_template,2.6,rb,rb532,2_6_RB_RB532)) 
    7475