diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-02-21 22:56:01 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-02-21 22:56:01 +0000 |
commit | 4bcf4491fd2d22a39fc70beda1226745b0952856 (patch) | |
tree | baca0f03def88afbcafa472dd048dad885d75055 /target/linux | |
parent | 1a4f4d76bdc3eb020417e6e5be11ebe99b8f869a (diff) | |
download | upstream-4bcf4491fd2d22a39fc70beda1226745b0952856.tar.gz upstream-4bcf4491fd2d22a39fc70beda1226745b0952856.tar.bz2 upstream-4bcf4491fd2d22a39fc70beda1226745b0952856.zip |
fix missing symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19808 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 2973ff532b..079e9f6e00 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -513,6 +513,7 @@ CONFIG_EXPERIMENTAL=y # CONFIG_EXT3_FS_XATTR is not set # CONFIG_EXT4DEV_FS is not set # CONFIG_EXT4_FS is not set +# CONFIG_EXT4DEV_COMPAT is not set CONFIG_EXTRA_FIRMWARE="" CONFIG_EXTRA_TARGETS="" # CONFIG_FAIR_GROUP_SCHED is not set |