Changeset 3420

Show
Ignore:
Timestamp:
08/06/07 18:32:46 (1 year ago)
Author:
tg
Message:

add a not-fully-working brcm-2.6 port based upon OpenWrt? trunk rev. 8346
• no fwcf (flashmap driver not changed)
• only filesystem type is squashfs + ram overlay
• it bus errors on the wl500gP for me
• my serial console TxD is broken, so I can't login
• nbd says it's usable on the wl500gD only (which I didn't add support for)
• patches are not shared with rest of freewrt except a few (but that's not

necessarily a bad thing)

• kernelconfig sucks major arse, please someone fix

maybe others can take up from here.

Files:

Legend:

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

    r3388 r3420  
    66        default y if FWRT_TARGET_ROOTFS_RAMOVL 
    77        default n 
     8        depends on !FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM 
    89        select FWRT_PACKAGE_MKSH 
    910        select FWRT_PACKAGE_MTD 
  • trunk/freewrt/rules.mk

    r3228 r3420  
    8181ifeq ($(strip ${FWRT_LINUX_2_6_AR7}),y) 
    8282UNAME_R:=               2.6.21.1 
     83else ifeq ($(strip ${FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM}),y) 
     84UNAME_R:=               2.6.22.1 
    8385else ifeq ($(strip ${FWRT_LINUX_2_4}),y) 
    8486UNAME_R:=               2.4.34 
  • trunk/freewrt/target/Config.in

    r3388 r3420  
    116116        bool "Netgear WGT634U" 
    117117        select FWRT_TARGET_CAN_LINUX_2_4 
    118         select FWRT_TARGET_CAN_LINUX_2_6 if FWRT_DEVEL 
    119         select !FWRT_TARGET_CAN_LINUX_2_6 if !FWRT_DEVEL 
     118        select !FWRT_TARGET_CAN_LINUX_2_6 
    120119        help 
    121120          Netgear WGT634U 
     
    291290        select FWRT_KERNEL_JFFS2_FS  
    292291        select FWRT_KERNEL_JFFS2_BBC_LZARI 
    293         depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM 
     292        depends on FWRT_LINUX_2_4_BRCM 
    294293        help 
    295294          Build firmware images with a writable jffs2 root filesystem. 
     
    303302        select FWRT_KERNEL_SQUASHFS 
    304303        select FWRT_KERNEL_MINI_FO 
    305         depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM 
     304        depends on FWRT_LINUX_2_4_BRCM 
    306305        help 
    307306          Build firmware images with a read-only and highly compressed 
     
    313312        bool "read-only root filesystem and tmpfs (squashfs)" 
    314313        select FWRT_PACKAGE_MTD 
    315         select FWRT_PACKAGE_FWCF 
     314        select FWRT_PACKAGE_FWCF if !FWRT_LINUX_2_6_BRCM 
    316315        select FWRT_KERNEL_SQUASHFS 
    317316        select FWRT_KERNEL_MINI_FO 
  • trunk/freewrt/target/linux/brcm-2.6/files/dev/MAKEDEV

    r3414 r3420  
    2020elif [[ $1 = all ]]; then 
    2121        nodes="null zero urandom tty console crypto" 
    22         nodes="$nodes cfa cfa1 cfa2 mtd0 mtd0ro mtd1 mtd1ro mtdblock0 mtdblock1" 
    23         nodes="$nodes hda hda1" 
     22        nodes="$nodes mtd0 mtd0ro mtd1 mtd1ro mtdblock0 mtdblock1" 
    2423else 
    2524        nodes="$*"