diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-15 08:57:26 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-15 08:57:26 +0000 |
commit | cc88c8d687bcb110e066a35a43591de08906b0eb (patch) | |
tree | dfbcfe0c3104ab7567754bd4c5889807ef518fc7 /target/linux/generic | |
parent | 2d315771257eb6f1861774463c6b26550261f242 (diff) | |
download | upstream-cc88c8d687bcb110e066a35a43591de08906b0eb.tar.gz upstream-cc88c8d687bcb110e066a35a43591de08906b0eb.tar.bz2 upstream-cc88c8d687bcb110e066a35a43591de08906b0eb.zip |
linux/generic: add a missing symbol. (thank you kaloz)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24001 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-2.6.36 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.37 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.36 b/target/linux/generic/config-2.6.36 index 68be8b2314..c3e20bf51b 100644 --- a/target/linux/generic/config-2.6.36 +++ b/target/linux/generic/config-2.6.36 @@ -2737,6 +2737,7 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y # CONFIG_USB_ZD1201 is not set # CONFIG_USB_ZR364XX is not set # CONFIG_USE_GENERIC_SMP_HELPERS is not set +# CONFIG_USE_OF is not set # CONFIG_UTS_NS is not set # CONFIG_UWB is not set # CONFIG_V4L_MEM2MEM_DRIVERS is not set diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index 5278c2bfe5..864eb1ceb5 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -2731,6 +2731,7 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y # CONFIG_USB_ZD1201 is not set # CONFIG_USB_ZR364XX is not set # CONFIG_USE_GENERIC_SMP_HELPERS is not set +# CONFIG_USE_OF is not set # CONFIG_UTS_NS is not set # CONFIG_UWB is not set # CONFIG_V4L_MEM2MEM_DRIVERS is not set |