diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-10 19:16:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-10 19:16:15 +0000 |
commit | e829dd51f4315bc785551ab3b8fd1670a65955d8 (patch) | |
tree | 0cfeb69edf96718b9da8f7535d4f8f3e028c98b8 /target/linux/brcm47xx/generic | |
parent | 703311107836fb2887b517cdd375924e15f4cf31 (diff) | |
download | upstream-e829dd51f4315bc785551ab3b8fd1670a65955d8.tar.gz upstream-e829dd51f4315bc785551ab3b8fd1670a65955d8.tar.bz2 upstream-e829dd51f4315bc785551ab3b8fd1670a65955d8.zip |
target/linux/*: kmod-fs-ext{2,3} RIP
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41560 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/generic')
-rw-r--r-- | target/linux/brcm47xx/generic/profiles/WRTSL54GS.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/generic/profiles/WRTSL54GS.mk b/target/linux/brcm47xx/generic/profiles/WRTSL54GS.mk index 68d9a17fe8..e5bb908026 100644 --- a/target/linux/brcm47xx/generic/profiles/WRTSL54GS.mk +++ b/target/linux/brcm47xx/generic/profiles/WRTSL54GS.mk @@ -7,7 +7,7 @@ define Profile/WRTSL54GS NAME:=Linksys WRTSL54GS - PACKAGES:=kmod-b44 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-scsi-core kmod-fs-ext3 e2fsprogs kmod-b43 + PACKAGES:=kmod-b44 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-scsi-core kmod-fs-ext4 e2fsprogs kmod-b43 endef define Profile/WRTSL54GS/Description |