diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-14 12:06:59 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-14 12:06:59 +0000 |
commit | f14341ca8a14228c418789e602a4703e0d253237 (patch) | |
tree | 1385b502c687d5bd12ada9284324ebdbcb523ade /target/linux/generic | |
parent | 732e4037bfe3fd71a86f3b3bb3e4750b8a1c547e (diff) | |
download | upstream-f14341ca8a14228c418789e602a4703e0d253237.tar.gz upstream-f14341ca8a14228c418789e602a4703e0d253237.tar.bz2 upstream-f14341ca8a14228c418789e602a4703e0d253237.zip |
kernel: add missing config option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index 6808b07b05..c27493fde4 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -822,6 +822,7 @@ CONFIG_EXTRA_TARGETS="" # CONFIG_EZX_PCAP is not set # CONFIG_F2FS_FS is not set # CONFIG_FAIR_GROUP_SCHED is not set +# CONFIG_FAIR_SHARE is not set # CONFIG_FANOTIFY is not set CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" |