Changeset 129d907 in freewrt
- Timestamp:
- Jun 5, 2007, 2:40:57 PM (19 years ago)
- Children:
- f5d7ebf
- Parents:
- 578cada9
- Location:
- target
- Files:
-
- 13 added
- 1 edited
-
Config.in (modified) (3 diffs)
-
linux/brcm-2.6/Config.in (added)
-
linux/brcm-2.6/Makefile (added)
-
linux/brcm-2.6/jffs2/files/sbin/mount_root (added)
-
linux/brcm-2.6/kernelconfig (added)
-
linux/brcm-2.6/patches/100-board_support.patch (added)
-
linux/brcm-2.6/patches/120-b44_ssb_support.patch (added)
-
linux/brcm-2.6/patches/130-remove_scache.patch (added)
-
linux/brcm-2.6/patches/140-export_uevent_handler.patch (added)
-
linux/brcm-2.6/patches/150-cpu_fixes.patch (added)
-
linux/brcm-2.6/patches/160-kmap_coherent.patch (added)
-
linux/brcm-2.6/squashfs/files/etc/init.d/jffs2clean (added)
-
linux/brcm-2.6/squashfs/files/sbin/mount_root (added)
-
linux/brcm-2.6/squashfs/kernelconfig (added)
Legend:
- Unmodified
- Added
- Removed
-
target/Config.in
r578cada9 r129d907 11 11 depends on ! FWRT_LINUX_SNAPSHOT_META_TARGET 12 12 source "target/linux/brcm-2.4/Config.in" 13 #source "target/linux/brcm-2.6/Config.in" 13 14 source "target/linux/rb-2.4/Config.in" 14 15 source "target/linux/rb-2.6/Config.in" … … 27 28 select FWRT_PACKAGE_MTD 28 29 select FWRT_PACKAGE_FWCF 30 select FWRT_PACKAGE_JFFS2ROOT 29 31 select FWRT_KERNEL_JFFS2_FS 30 32 select FWRT_KERNEL_JFFS2_BBC_LZARI 31 depends on FWRT_LINUX_2_4_BRCM 33 depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM 32 34 help 33 35 Build firmware images with a writable jffs2 root filesystem. … … 41 43 select FWRT_KERNEL_SQUASHFS 42 44 select FWRT_KERNEL_MINI_FO 43 depends on FWRT_LINUX_2_4_BRCM 45 depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM 44 46 help 45 47 Build firmware images with a read-only and highly compressed
Note:
See TracChangeset
for help on using the changeset viewer.
