Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md to look more nice #3

Open
wants to merge 1 commit into
base: restart
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#kernel for mint2g
# Kernel for mint2g

This repository cotains the kernel source of a kernel which has not been named cause there is no unique features in it *yet?* for mint2g (Samsung Galaxy Star/Star Duos).
This repository cotains the kernel source of a kernel which has not been named cause there is no unique features in it *yet?* for mint2g (Samsung Galaxy Star/Star Duos).

The base for the kernel is stock-uni as it has some updates than other stock kernels. See the respective commit in the stock-uni-nodelete of the stock kernel repo for the full changeset. In short theres update to wifi driver, battery gauge and some configs.
The base for the kernel is stock-uni as it has some updates than other stock kernels. See the respective commit in the stock-uni-nodelete of the stock kernel repo for the full changeset. In short theres update to wifi driver, battery gauge and some configs.

##Building:
## Building:
You can just clone the 'master' branch for the stable version for building. It's build ready anytime (or at least it should).
`git clone -b master https://github.com/phalf/kernel_mint2g.git` If you want to contribute see the section below.

##Contributing
## Contributing
Pull requests are welcome. If you want to contribute, branch off from 'testing' with the name that is a short description of your added features/fix, commit your changes, and if testing updates before your pull request is submited, rebase then create a pull request.

You can also create pull request with unfinished features. Just suffix the branch name with '-wip'.

This is a my slightly modified github flow. Please see https://guides.github.com/introduction/flow/ for the core concept.
This is a my slightly modified github flow. Please see https://guides.github.com/introduction/flow/ for the core concept.