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/x86/rdc/profiles/r8610.mk | |
parent | 1aeb77b9ee8c0843f194aee66a9aa387eeee4235 (diff) | |
download | mtk-20170518-0f76f8a16ec51704d7ba9238ebb1f42f9730f869.zip mtk-20170518-0f76f8a16ec51704d7ba9238ebb1f42f9730f869.tar.gz mtk-20170518-0f76f8a16ec51704d7ba9238ebb1f42f9730f869.tar.bz2 |
target/linux/*: kmod-fs-ext{2,3} RIP
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41560
Diffstat (limited to 'target/linux/x86/rdc/profiles/r8610.mk')
-rw-r--r-- | target/linux/x86/rdc/profiles/r8610.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/x86/rdc/profiles/r8610.mk b/target/linux/x86/rdc/profiles/r8610.mk index 67fef8a..d5f8c0a 100644 --- a/target/linux/x86/rdc/profiles/r8610.mk +++ b/target/linux/x86/rdc/profiles/r8610.mk @@ -9,7 +9,6 @@ define Profile/r8610 NAME:=RDC R8610 Evaluation Board PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 \ kmod-hwmon-core kmod-hwmon-w83627hf kmod-ide-core kmod-ide-it821x \ - kmod-rtc-core kmod-rtc-m48t86 \ - kmod-fs-ext2 kmod-fs-ext3 + kmod-rtc-core kmod-rtc-m48t86 kmod-fs-ext4 endef $(eval $(call Profile,r8610)) |