Changeset 2710
- Timestamp:
- 06/05/07 14:40:57 (2 years ago)
- Files:
-
- trunk/freewrt/target/Config.in (modified) (3 diffs)
- trunk/freewrt/target/linux/brcm-2.6 (copied) (copied from trunk/freewrt/target/linux/brcm-2.6)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/Config.in
r2707 r2710 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


