b21caaeeb8
The device boots, USB networking is available and the display does also work, even though the default display brightness seems to be zero. More information can be found in the wiki.
16 lines
339 B
Diff
16 lines
339 B
Diff
diff --git a/net/core/sock.c b/net/core/sock.c
|
|
index 98568723..bad3dac7 100644
|
|
--- a/net/core/sock.c
|
|
+++ b/net/core/sock.c
|
|
@@ -141,9 +141,9 @@
|
|
#include <net/tcp.h>
|
|
#endif
|
|
|
|
-#ifdef CONFIG_ANDROID_PARANOID_NETWORK
|
|
+//#ifdef CONFIG_ANDROID_PARANOID_NETWORK
|
|
#include <linux/android_aid.h>
|
|
-#endif
|
|
+//#endif
|
|
|
|
#include <net/busy_poll.h>
|
|
|