diff options
author | John Crispin <john@openwrt.org> | 2014-07-10 19:16:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-10 19:16:15 +0000 |
commit | 0f76f8a16ec51704d7ba9238ebb1f42f9730f869 (patch) | |
tree | f333a1e4921a6028fc2e0ca145e41e64eff23f35 /target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk | |
parent | 1aeb77b9ee8c0843f194aee66a9aa387eeee4235 (diff) | |
download | upstream-0f76f8a16ec51704d7ba9238ebb1f42f9730f869.tar.gz upstream-0f76f8a16ec51704d7ba9238ebb1f42f9730f869.tar.bz2 upstream-0f76f8a16ec51704d7ba9238ebb1f42f9730f869.zip |
target/linux/*: kmod-fs-ext{2,3} RIP
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41560
Diffstat (limited to 'target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk')
-rw-r--r-- | target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk b/target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk index 6e6afba486..c9f74f32fb 100644 --- a/target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk +++ b/target/linux/ixp4xx/generic/profiles/400-DSMG600RevA.mk @@ -12,7 +12,7 @@ define Profile/DSMG600RevA kmod-scsi-core \ kmod-ata-core kmod-ata-artop \ kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ - kmod-fs-ext2 kmod-fs-ext3 + kmod-fs-ext4 endef define Profile/DSMG600RevA/Description |