diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-23 08:05:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-23 08:05:04 +0000 |
commit | d5a2f9fc1d81e65d5fcb0428aba2a43ebe2ca057 (patch) | |
tree | 8c1619b863b76a6702801e8c178db14e7753c036 /target/linux | |
parent | 75331950d0ee348e31c9d7924aa8ba6507ea4250 (diff) | |
download | upstream-d5a2f9fc1d81e65d5fcb0428aba2a43ebe2ca057.tar.gz upstream-d5a2f9fc1d81e65d5fcb0428aba2a43ebe2ca057.tar.bz2 upstream-d5a2f9fc1d81e65d5fcb0428aba2a43ebe2ca057.zip |
[target] generic: add missing CONFIG_HCALL_STATS symbol (fixes: pxcab)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18899 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 1 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 82b79bd8af..f6a7d057bb 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -493,6 +493,7 @@ CONFIG_GENERIC_TIME=y CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set # CONFIG_HAVE_AOUT is not set +# CONFIG_HCALL_STATS is not set # CONFIG_HDLC_CISCO is not set # CONFIG_HDLC_FR is not set # CONFIG_HDLC is not set diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 86f104bc3e..d5e82a2a2d 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -597,6 +597,7 @@ CONFIG_GENERIC_TIME=y CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set # CONFIG_HAVE_AOUT is not set +# CONFIG_HCALL_STATS is not set # CONFIG_HDLC_CISCO is not set # CONFIG_HDLC_FR is not set # CONFIG_HDLC is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index e9f89f6f46..9e56c5d3df 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -618,6 +618,7 @@ CONFIG_HAMRADIO=y # CONFIG_HAVE_AOUT is not set CONFIG_HAVE_MLOCKED_PAGE_BIT=y CONFIG_HAVE_MLOCK=y +# CONFIG_HCALL_STATS is not set # CONFIG_HDLC_CISCO is not set # CONFIG_HDLC_FR is not set # CONFIG_HDLC is not set diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index 1704447eea..3b0e75438c 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -627,6 +627,7 @@ CONFIG_HAMRADIO=y # CONFIG_HAVE_AOUT is not set CONFIG_HAVE_MLOCKED_PAGE_BIT=y CONFIG_HAVE_MLOCK=y +# CONFIG_HCALL_STATS is not set # CONFIG_HDLC_CISCO is not set # CONFIG_HDLC_FR is not set # CONFIG_HDLC is not set |