Changeset 3420
- Timestamp:
- 08/06/07 18:32:46 (1 year ago)
- Files:
-
- trunk/freewrt/package/fwcf/Config.in (modified) (1 diff)
- trunk/freewrt/rules.mk (modified) (1 diff)
- trunk/freewrt/target/Config.in (modified) (4 diffs)
- trunk/freewrt/target/linux/brcm-2.6 (added)
- trunk/freewrt/target/linux/brcm-2.6/Config.in (added)
- trunk/freewrt/target/linux/brcm-2.6/Makefile (added)
- trunk/freewrt/target/linux/brcm-2.6/extra (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/Makefile (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/cfe_env.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/include (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/include/nvram.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/irq.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/nvram.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/prom.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/setup.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/bcm947xx/time.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/cfe (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/cfe/Makefile (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/cfe/cfe.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/arch/mips/cfe/cfe_private.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/mtd (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/mtd/maps (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/mtd/maps/bcm47xx-flash.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/Kconfig (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/Makefile (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/driver_chipcommon.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/driver_mipscore.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/driver_pcicore.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/main.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/pci.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/pcihost_wrapper.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/pcmcia.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/scan.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/ssb/ssb_private.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/usb (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/usb/host (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/drivers/usb/host/ohci-ssb.c (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/asm-generic (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/asm-generic/gpio.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/asm-mips (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/asm-mips/cfe.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/asm-mips/mach-bcm947xx (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/asm-mips/mach-bcm947xx/gpio.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/asm-mips/mach-bcm947xx/kernel-entry-init.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux/ssb (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux/ssb/ssb.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux/ssb/ssb_driver_chipcommon.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux/ssb/ssb_driver_extif.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux/ssb/ssb_driver_mips.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux/ssb/ssb_driver_pci.h (added)
- trunk/freewrt/target/linux/brcm-2.6/extra/include/linux/ssb/ssb_regs.h (added)
- trunk/freewrt/target/linux/brcm-2.6/files (added)
- trunk/freewrt/target/linux/brcm-2.6/files/dev (added)
- trunk/freewrt/target/linux/brcm-2.6/files/dev/MAKEDEV (copied) (copied from trunk/freewrt/target/linux/rb-2.6/files/dev/MAKEDEV) (1 diff)
- trunk/freewrt/target/linux/brcm-2.6/files/etc (added)
- trunk/freewrt/target/linux/brcm-2.6/files/etc/preinit.arch (added)
- trunk/freewrt/target/linux/brcm-2.6/files/sbin (added)
- trunk/freewrt/target/linux/brcm-2.6/files/sbin/mount_root (added)
- trunk/freewrt/target/linux/brcm-2.6/kernelconfig (added)
- trunk/freewrt/target/linux/brcm-2.6/patches (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1000-eeprom_93cx6.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1001-squashfs.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1002-lzma_decompress.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1003-squashfs_lzma.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1004-extra_optimization.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1006-gcc4_inline_fix.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1007-samsung_flash.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1009-revert_intel_flash_breakage.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1010-disable_old_squashfs_compatibility.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1011-mips_boot.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1012-mips_cpu_tlb.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1013-mips_generic_gpio_support.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1060-rootfs_split.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1065-block2mtd_init.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1100-netfilter_layer7_2.9.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1101-netfilter_layer7_pktmatch.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1110-ipp2p_0.8.1rc1.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1120-openswan-2.4.0.kernel-2.6-natt.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1130-netfilter-ipset.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1140-netfilter_time.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1150-netfilter_imq.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1160-netfilter_route.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1170-netfilter_chaostables.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1180-netfilter_depends.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1200-sched_esfq.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1201-multiple_default_gateways.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1202-mips-freestanding.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1204-jffs2_eofdetect.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1207-powerpc_asm_segment_h.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1208-rtl8110sb_fix.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1209-mini_fo.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1210-mac80211_include_wireless_dev.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1213-kobject_uevent.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1300-ssb_integrate.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1310-ssb_pcicore_fixes.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1510-Yaffs.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1900-headers_type_and_time.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1902-darwin_scripts_include.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1903-stddef_include.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/1904-ls_time_locale.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2100-board_support.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2110-flash_map.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2120-b44_ssb_support.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2130-remove_scache.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2150-cpu_fixes.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2160-kmap_coherent.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2170-cpu_wait.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2200-b44_ssb_fixup.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2210-ssb_fixes.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2230-ssb_arch_setup.patch (added)
- trunk/freewrt/target/linux/brcm-2.6/patches/2240-extif_fixes.patch (added)
- trunk/freewrt/target/linux/generic-2.6.22.1 (added)
- trunk/freewrt/target/linux/generic-2.6.22.1/Makefile (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/fwcf/Config.in
r3388 r3420 6 6 default y if FWRT_TARGET_ROOTFS_RAMOVL 7 7 default n 8 depends on !FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM 8 9 select FWRT_PACKAGE_MKSH 9 10 select FWRT_PACKAGE_MTD trunk/freewrt/rules.mk
r3228 r3420 81 81 ifeq ($(strip ${FWRT_LINUX_2_6_AR7}),y) 82 82 UNAME_R:= 2.6.21.1 83 else ifeq ($(strip ${FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM}),y) 84 UNAME_R:= 2.6.22.1 83 85 else ifeq ($(strip ${FWRT_LINUX_2_4}),y) 84 86 UNAME_R:= 2.4.34 trunk/freewrt/target/Config.in
r3388 r3420 116 116 bool "Netgear WGT634U" 117 117 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 120 119 help 121 120 Netgear WGT634U … … 291 290 select FWRT_KERNEL_JFFS2_FS 292 291 select FWRT_KERNEL_JFFS2_BBC_LZARI 293 depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM292 depends on FWRT_LINUX_2_4_BRCM 294 293 help 295 294 Build firmware images with a writable jffs2 root filesystem. … … 303 302 select FWRT_KERNEL_SQUASHFS 304 303 select FWRT_KERNEL_MINI_FO 305 depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM304 depends on FWRT_LINUX_2_4_BRCM 306 305 help 307 306 Build firmware images with a read-only and highly compressed … … 313 312 bool "read-only root filesystem and tmpfs (squashfs)" 314 313 select FWRT_PACKAGE_MTD 315 select FWRT_PACKAGE_FWCF 314 select FWRT_PACKAGE_FWCF if !FWRT_LINUX_2_6_BRCM 316 315 select FWRT_KERNEL_SQUASHFS 317 316 select FWRT_KERNEL_MINI_FO trunk/freewrt/target/linux/brcm-2.6/files/dev/MAKEDEV
r3414 r3420 20 20 elif [[ $1 = all ]]; then 21 21 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" 24 23 else 25 24 nodes="$*"


