GithubHelp home page GithubHelp logo

ultimatum163 / android_kernel_nubia_nx507j Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 10.0 152.96 MB

Lollipop, Marshmmallow and Nougat(kernel)

License: Other

Makefile 0.27% C 95.36% Assembly 1.87% C++ 2.08% Objective-C 0.26% Shell 0.03% Perl 0.09% Awk 0.01% SourcePawn 0.01% Python 0.01% UnrealScript 0.01% Yacc 0.02% Lex 0.01% Scilab 0.01% ASP 0.01% GDB 0.01% M4 0.01% Roff 0.01%

android_kernel_nubia_nx507j's People

Contributors

ultimatum163 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

android_kernel_nubia_nx507j's Issues

source code is incompleted

make[4]: *** No rule to make target '../../kernel/nubia/nx507j/include/linux/ipa_qmi_service_v01.h', needed by ''../../out/target/product/nx507j/obj/KERNEL_OBJ/usr/include/linux/.install'. Stop.

Need to add support for ipv6 rpfilter or wifi tethering will not work on 7.1.1

due to this commit.

commit bd96d9582e719c5cbc68fd59aa8e6f703b510eb3
Author: Lorenzo Colitti <[email protected]>
Date:   Mon Aug 1 18:14:31 2016 +0900

    Don't start tethering if IPv6 RPF is not supported.

    Bug: 9580643
    Bug: 30298058

    Change-Id: Ia2e81786527b5718ed7f9dd195a39ea1eb7eb2b4

diff --git a/server/NatController.cpp b/server/NatController.cpp
index 8b4ee11..cda8f5f 100644
--- a/server/NatController.cpp
+++ b/server/NatController.cpp
@@ -376,8 +376,7 @@ int NatController::setForwardRules(bool add, const char *intIface, const char *e
         goto err_return;
     }

-    // STOPSHIP: Make this an error.
-    if (runCmd(ARRAY_SIZE(cmd4), cmd4) && add && false /* STOPSHIP */) {
+    if (runCmd(ARRAY_SIZE(cmd4), cmd4) && add) {
         rc = -1;
         goto err_rpfilter;
     }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.