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 | 917f4cf2a59283783be5b9a37a42226e4bffb448 (patch) | |
| tree | f36a2f4fc33ab7387a945ad157321066035ce2a6 | |
| parent | ddba20a82910080e9cae58d81c2c8a16307dbf1f (diff) | |
| download | upstream-917f4cf2a59283783be5b9a37a42226e4bffb448.tar.gz upstream-917f4cf2a59283783be5b9a37a42226e4bffb448.tar.bz2 upstream-917f4cf2a59283783be5b9a37a42226e4bffb448.zip | |
generic: add missing CONFIG_HCALL_STATS symbol (fixes: pxcab)
SVN-Revision: 18899
| -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 82b79bd8af2..f6a7d057bbf 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 86f104bc3e3..d5e82a2a2d8 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 e9f89f6f462..9e56c5d3df6 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 1704447eeab..3b0e75438c6 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 |
