Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

[NOT READY] [Honor 5x] Add kernel to stable and add missing configs to kernel #54

Merged
merged 2 commits into from Jan 7, 2017

Conversation

DeadSquirrel01
Copy link
Contributor

The dead squirrel is retourned!!!
In this update I've added honor 5x kernel to master branch and I've included wifi module due to non working wifi in the previous build

@jcadduono
Copy link
Collaborator

jcadduono commented Nov 27, 2016

wlan.ko belongs in modules folder for it to work

disabling a config (usb bluetooth) is not really a way to fix errors, you could enable ath3k with it though and change ints to bool that are non-matching to module params to fix it

you are building 64-bit kernel but did not set arch to arm64 in devices.cfg, if this device does have 64-bit support in OS you should use arch=arm64, if it does not then leave it as is (default armhf)

config issues: (compatibility with kali programs)
should be enabled:

CONFIG_FHANDLE=y
CONFIG_NETFILTER_XT_TARGET_HL=y
CONFIG_BT_HCIBTUSB=y
CONFIG_BT_HCIBCM203X=y
CONFIG_BT_HCIBPA10X=y
CONFIG_BT_ATH3K=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_DVB_CORE=y
CONFIG_DVB_USB_V2=y
CONFIG_DVB_USB_RTL28XXU=y
CONFIG_DVB_RTL2830=y
CONFIG_DVB_RTL2832=y

@jcadduono jcadduono changed the title [Honor 5x] Add kernel to stable and add wifi module [NOT READY] [Honor 5x] Add kernel to stable and add wifi module Nov 29, 2016
@DeadSquirrel01
Copy link
Contributor Author

Heyy, I added the configs you told me to add. Regarding wifi module, some users reported that wifi is working, so, it is not needed anymore

@DeadSquirrel01 DeadSquirrel01 changed the title [NOT READY] [Honor 5x] Add kernel to stable and add wifi module [NOT READY] [Honor 5x] Add kernel to stable and add missing configs to kernel Dec 28, 2016
@jcadduono
Copy link
Collaborator

did u want to rebrand this to lineageOS before i merge

@DeadSquirrel01
Copy link
Contributor Author

Now I've rebranded and also changed version 1.1 which I forgot to do, but I left the branch name "cm-13.0" because I've seen in many cm repos that "cm-" branches are still used. Anyway tell me if you want I change it

@jcadduono jcadduono merged commit d6145a5 into offensive-security:master Jan 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants