Changeset 615
- Timestamp:
- 09/16/06 21:58:59 (2 years ago)
- Files:
-
- trunk/freewrt/target/image/brcm/Makefile (modified) (1 diff)
- trunk/freewrt/target/linux/brcm-2.4/squashfs (added)
- trunk/freewrt/target/linux/brcm-2.4/squashfs/files (added)
- trunk/freewrt/target/linux/brcm-2.4/squashfs/files/etc (added)
- trunk/freewrt/target/linux/brcm-2.4/squashfs/files/etc/init.d (added)
- trunk/freewrt/target/linux/brcm-2.4/squashfs/files/etc/init.d/S99jffsclean (added)
- trunk/freewrt/target/linux/brcm-2.4/squashfs/files/sbin (added)
- trunk/freewrt/target/linux/brcm-2.4/squashfs/files/sbin/mount_root (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/image/brcm/Makefile
r595 r615 40 40 endif 41 41 ifeq ($(FS),jffs2) 42 SUFFIX:= development42 SUFFIX:=rw 43 43 endif 44 44 ifeq ($(FS),squashfs) 45 SUFFIX:= production45 SUFFIX:=ro-overlay 46 46 endif 47 47


