diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 15:41:53 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 15:41:53 +0000 |
commit | 607ced45e09c78e98af39a5e75ea4b88cbc16f40 (patch) | |
tree | b7a1fb00ac8f249511f56d55ff533e70b04058c2 | |
parent | 4f9935fbb824b2d928a54c33d06d5b1a2e6f71b2 (diff) |
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
-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 f5933c467..5071f4a97 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 |