Skip to content

Commit

Permalink
revert a patch
Browse files Browse the repository at this point in the history
  • Loading branch information
reey authored Mar 4, 2019
1 parent a448f53 commit 8b2e301
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/linux-nyan/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
'v2-i2c-of-Try-to-find-an-I2C-adapter-matching-the-parent.patch'
'enable-CPU-freq.patch'
'nyan-big_defconfig'
'overclock-nyan.patch')
'overclock-nyan.patch'
'ARM-tegra-Add-VIC-on-Tegra124.patch')
md5sums=('SKIP'
'SKIP'
'61c5ff73c136ed07a7aadbf58db3d96a'
Expand All @@ -33,12 +34,14 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP')

prepare() {
cd "${srcdir}/${_srcname}"

patch -p1 < ../v2-i2c-of-Try-to-find-an-I2C-adapter-matching-the-parent.patch
patch -Rp1 < ../ARM-tegra-Add-VIC-on-Tegra124.patch
patch arch/arm/boot/dts/tegra124-nyan.dtsi < ../enable-CPU-freq.patch
#patch drivers/clk/tegra/clk-tegra124-dfll-fcpu.c < ../overclock-nyan.patch
cp ../nyan-big_defconfig arch/arm/configs/nyan-big_defconfig
Expand Down

0 comments on commit 8b2e301

Please sign in to comment.