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 | 5227ffa095a1cfbeed65b36cb67bb1302536a4c5 (patch) | |
tree | cd9226514babe29dbe1d6bbe650d7c547c9ef107 | |
parent | 9fe27ff7056f02f1f1dd248941ed853bf678151e (diff) | |
download | upstream-5227ffa095a1cfbeed65b36cb67bb1302536a4c5.tar.gz upstream-5227ffa095a1cfbeed65b36cb67bb1302536a4c5.tar.bz2 upstream-5227ffa095a1cfbeed65b36cb67bb1302536a4c5.zip |
ixp4xx/fsg3: Added ext3 to kernel for ext3 rootfs on internal disk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10993 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |