diff options
author | Mirko Vogt <mirko@openwrt.org> | 2009-10-05 15:41:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2009-10-05 15:41:53 +0000 |
commit | 9b85366192e652354298f0bc0b2e48ce5f633480 (patch) | |
tree | b7a1fb00ac8f249511f56d55ff533e70b04058c2 /target/linux/s3c24xx | |
parent | 7dc35b9931f48e4c0c652783a1222057e93f2fca (diff) | |
download | upstream-9b85366192e652354298f0bc0b2e48ce5f633480.tar.gz upstream-9b85366192e652354298f0bc0b2e48ce5f633480.tar.bz2 upstream-9b85366192e652354298f0bc0b2e48ce5f633480.zip |
explicitly disable <CONFIG_USB_GADGET_DEBUG_FS> to get the target compiling without issues again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17890 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/config-2.6.30 b/target/linux/s3c24xx/config-2.6.30 index f5933c4675..5071f4a979 100644 --- a/target/linux/s3c24xx/config-2.6.30 +++ b/target/linux/s3c24xx/config-2.6.30 @@ -422,6 +422,7 @@ CONFIG_USB_ETH_RNDIS=y # CONFIG_USB_FILE_STORAGE is not set CONFIG_USB_GADGET=y # CONFIG_USB_GADGETFS is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set # CONFIG_USB_GADGET_AMD5536UDC is not set # CONFIG_USB_GADGET_AT91 is not set # CONFIG_USB_GADGET_ATMEL_USBA is not set |