Changeset 2707
- Timestamp:
- 06/04/07 22:59:06 (2 years ago)
- Files:
-
- trunk/freewrt/target/Config.in (modified) (3 diffs)
- trunk/freewrt/target/linux/brcm-2.6 (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/Config.in
r2559 r2707 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"14 13 source "target/linux/rb-2.4/Config.in" 15 14 source "target/linux/rb-2.6/Config.in" … … 28 27 select FWRT_PACKAGE_MTD 29 28 select FWRT_PACKAGE_FWCF 30 select FWRT_PACKAGE_JFFS2ROOT31 29 select FWRT_KERNEL_JFFS2_FS 32 30 select FWRT_KERNEL_JFFS2_BBC_LZARI 33 depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM31 depends on FWRT_LINUX_2_4_BRCM 34 32 help 35 33 Build firmware images with a writable jffs2 root filesystem. … … 43 41 select FWRT_KERNEL_SQUASHFS 44 42 select FWRT_KERNEL_MINI_FO 45 depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM43 depends on FWRT_LINUX_2_4_BRCM 46 44 help 47 45 Build firmware images with a read-only and highly compressed


