Changeset fa4b7ba3 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2012-11-13T20:02:25Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9234566
Parents:
d1538a1
Message:

Retire read-only ext2 support.

  • Remove ext2fs and libext2 as their functionality is now superseded by ext4fs and libext4.
  • Remove ext2info and tester's ext2 test as they depended on libext2 which has a different API than libext4.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rd1538a1 rfa4b7ba3  
    109109        $(USPACE_PATH)/srv/fs/exfat/exfat \
    110110        $(USPACE_PATH)/srv/fs/udf/udf \
    111         $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \
    112111        $(USPACE_PATH)/srv/fs/ext4fs/ext4fs \
    113112        $(USPACE_PATH)/srv/hid/remcons/remcons \
     
    167166        $(USPACE_PATH)/app/dload/dload \
    168167        $(USPACE_PATH)/app/edit/edit \
    169         $(USPACE_PATH)/app/ext2info/ext2info \
    170168        $(USPACE_PATH)/app/inet/inet \
    171169        $(USPACE_PATH)/app/kill/kill \
Note: See TracChangeset for help on using the changeset viewer.