Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addons:
apt:
- gcc-aarch64-linux-gnu
script:
- git config --global user.name "홍길동"
- git config --global user.name "abc"
- git config --global user.email "support@webisfree.com"
- yes | git clone https://github.com/roynatech2544/Samsung_Device_A20e_Kernel.git -b Kernel_4.4.177
- cd Samsung_Device_A20e_Kernel
Expand All @@ -18,5 +18,5 @@ script:
- cp arch/arm64/boot/Image out
- cp arch/arm64/boot/dts/exynos/dtbo/exynos7884B-a20e_kor_ktt_00.dtbo out
- cp arch/arm64/boot/dts/exynos/dtbo/exynos7884B-a20e_kor_ktt_00.dts out
- zip -r Kernel out
- curl --upload-file Kernel.zip https://transfer.sh/Kernel.zip
- zip -r Kernel_$TRAVIS_BUILD_NUMBER out
- curl --upload-file Kernel_$TRAVIS_BUILD_NUMBER.zip https://transfer.sh/Kernel.zip
406 changes: 0 additions & 406 deletions README

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SM-A202K/F Kernel Source
[![Build Status](https://travis-ci.com/roynatech2544/Samsung_Device_A20e_Kernel.svg?branch=Kernel_4.4.177)](https://travis-ci.com/roynatech2544/Samsung_Device_A20e_Kernel)
Modified Kernel Source for A20e running exynos7885 CPU chipset
Binary file removed arch/arm64/boot/Image
Binary file not shown.
Binary file removed arch/arm64/boot/Image.gz
Binary file not shown.
Binary file not shown.
140 changes: 0 additions & 140 deletions arch/arm64/boot/dts/exynos/dtbo/exynos7884B-a20e_kor_ktt_00.dts

This file was deleted.

Loading