diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-05-01 12:33:08 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-05-01 12:33:08 +0000 |
commit | 597dd6b32cbd811de6cd82f6ed69ded4853b6d75 (patch) | |
tree | 07e5ac0d4b266244b175a0375c8a12de790eea2e /target | |
parent | 3c05234962064ef4c0d3e746f825a3e3e11b7093 (diff) | |
download | upstream-597dd6b32cbd811de6cd82f6ed69ded4853b6d75.tar.gz upstream-597dd6b32cbd811de6cd82f6ed69ded4853b6d75.tar.bz2 upstream-597dd6b32cbd811de6cd82f6ed69ded4853b6d75.zip |
ixp4xx/fsg3: Added ext3 to kernel for ext3 rootfs on internal disk
SVN-Revision: 10993
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk b/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk index f06fa8c66f..bee8ad11b0 100644 --- a/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk +++ b/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk @@ -10,7 +10,7 @@ define Profile/FSG3 PACKAGES:= \ kmod-madwifi wireless-tools \ kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ - kmod-fs-ext2 kmod-fs-reiserfs + kmod-fs-ext2 kmod-fs-ext3 kmod-fs-reiserfs endef define Profile/FSG3/Description |