diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-20 11:11:41 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-20 11:11:41 +0000 |
commit | c538ef98994a73603e98fa77ad86fb4e55f906d9 (patch) | |
tree | f88200218ac6236dda409ea5a3d1c2eb9eaf8fc1 /target | |
parent | e54ed7065d983df36192addf98c5e2ca49cf0b1b (diff) | |
download | upstream-c538ef98994a73603e98fa77ad86fb4e55f906d9.tar.gz upstream-c538ef98994a73603e98fa77ad86fb4e55f906d9.tar.bz2 upstream-c538ef98994a73603e98fa77ad86fb4e55f906d9.zip |
Add reiserfs module and include it in the FSG-3 profile.
SVN-Revision: 8872
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/profiles/500-FSG3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/profiles/500-FSG3.mk b/target/linux/ixp4xx/profiles/500-FSG3.mk index d7d6a2ef75..f06fa8c66f 100644 --- a/target/linux/ixp4xx/profiles/500-FSG3.mk +++ b/target/linux/ixp4xx/profiles/500-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-ext2 kmod-fs-reiserfs endef define Profile/FSG3/Description |