Changeset 1757
- Timestamp:
- 12/04/06 09:20:55 (2 years ago)
- Location:
- branches/6.2
- Files:
-
- 6 added
- 10 modified
-
Makefile (modified) (1 diff)
-
doc/README (modified) (1 diff)
-
packages/dosfstools (added)
-
packages/dosfstools/Makefile (added)
-
packages/fuse (added)
-
packages/fuse/Makefile (added)
-
packages/linux/config.ppc (modified) (1 diff)
-
packages/linux/config.ppc.ata (modified) (1 diff)
-
packages/linux/config.sparc (modified) (1 diff)
-
packages/linux/config.sparc.ata (modified) (1 diff)
-
packages/linux/config.x86 (modified) (1 diff)
-
packages/linux/config.x86.ata (modified) (1 diff)
-
packages/linux64/config.x86_64 (modified) (1 diff)
-
packages/linux64/config.x86_64.ata (modified) (1 diff)
-
packages/ntfsprogs (added)
-
packages/ntfsprogs/Makefile (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/Makefile
r1754 r1757 274 274 ch-anthy ch-scim ch-scim-tables ch-scim-anthy ch-scim-hangul \ 275 275 ch-libchewing ch-scim-chewing ch-scim-pinyin ch-scim-input-pad \ 276 ch-hibernate-script ch-parted ch-slang ch-mc 276 ch-hibernate-script ch-parted ch-slang ch-mc \ 277 ch-fuse ch-dosfstools ch-ntfsprogs 277 278 ifeq ($(LFS-ARCH),x86) 278 279 make ch-vbetool ch-bin86 ch-grub ch-lilo ch-syslinux -
branches/6.2/doc/README
r1756 r1757 46 46 * reiser4progs 47 47 * xfsprogs 48 * dosfstools 49 * ntfsprogs 48 50 49 51 Debugging Programs -
branches/6.2/packages/linux/config.ppc
r1727 r1757 1501 1501 # CONFIG_AUTOFS_FS is not set 1502 1502 # CONFIG_AUTOFS4_FS is not set 1503 # CONFIG_FUSE_FS is not set 1503 CONFIG_FUSE_FS=m 1504 1504 1505 1505 # -
branches/6.2/packages/linux/config.ppc.ata
r1727 r1757 1435 1435 # CONFIG_AUTOFS_FS is not set 1436 1436 # CONFIG_AUTOFS4_FS is not set 1437 # CONFIG_FUSE_FS is not set 1437 CONFIG_FUSE_FS=m 1438 1438 1439 1439 # -
branches/6.2/packages/linux/config.sparc
r1672 r1757 1325 1325 # CONFIG_AUTOFS_FS is not set 1326 1326 # CONFIG_AUTOFS4_FS is not set 1327 # CONFIG_FUSE_FS is not set 1327 CONFIG_FUSE_FS=m 1328 1328 1329 1329 # -
branches/6.2/packages/linux/config.sparc.ata
r1672 r1757 1267 1267 # CONFIG_AUTOFS_FS is not set 1268 1268 # CONFIG_AUTOFS4_FS is not set 1269 # CONFIG_FUSE_FS is not set 1269 CONFIG_FUSE_FS=m 1270 1270 1271 1271 # -
branches/6.2/packages/linux/config.x86
r1727 r1757 1598 1598 # CONFIG_AUTOFS_FS is not set 1599 1599 # CONFIG_AUTOFS4_FS is not set 1600 # CONFIG_FUSE_FS is not set 1600 CONFIG_FUSE_FS=m 1601 1601 1602 1602 # -
branches/6.2/packages/linux/config.x86.ata
r1727 r1757 1530 1530 # CONFIG_AUTOFS_FS is not set 1531 1531 # CONFIG_AUTOFS4_FS is not set 1532 # CONFIG_FUSE_FS is not set 1532 CONFIG_FUSE_FS=m 1533 1533 1534 1534 # -
branches/6.2/packages/linux64/config.x86_64
r1727 r1757 1457 1457 # CONFIG_AUTOFS_FS is not set 1458 1458 # CONFIG_AUTOFS4_FS is not set 1459 # CONFIG_FUSE_FS is not set 1459 CONFIG_FUSE_FS=m 1460 1460 1461 1461 # -
branches/6.2/packages/linux64/config.x86_64.ata
r1727 r1757 1391 1391 # CONFIG_AUTOFS_FS is not set 1392 1392 # CONFIG_AUTOFS4_FS is not set 1393 # CONFIG_FUSE_FS is not set 1393 CONFIG_FUSE_FS=m 1394 1394 1395 1395 #
