Start using packagecloud in minutes
Join thousands of developers using packagecloud to distribute software securely, consistently, and affordably.
README
last updated: Thu 06/21/18 at 10:27:30 AM byeminguez
gpd-pocket-kernel for Fedora 28
This is my personal repo for GPD pocket kernels I use from https://github.com/jwrdegoede/linux-sunxi
I've just create the kernel as:
FEDORAVERSION="28"
PKGTYPE="rpm-pkg"
VERSION="gpd-custom-atom"
git clone https://github.com/jwrdegoede/linux-sunxi.git gpd-pocket-kernel
cd gpd-pocket-kernel
git fetch --all
git reset --hard origin/master
git clean -dfx
COMMITID=$(git log --format="%h" -n 1)
make clean
sed -i \
-e 's/# CONFIG_MATOM is not set/CONFIG_MATOM=y/g' \
-e 's/CONFIG_GENERIC_CPU=y/# CONFIG_GENERIC_CPU is not set/g' \
-e 's/# CONFIG_BACKLIGHT_PWM is not set/CONFIG_BACKLIGHT_PWM=m/g' \
-e 's/# CONFIG_LEDS_PWM is not set/CONFIG_LEDS_PWM=m/g' \
$HOME/git/gpd-pocket-kernel/.config
make -j $(getconf _NPROCESSORS_ONLN) $PKGTYPE LOCALVERSION=-$COMMITID-$VERSION
And upload them here.
Quick install instructions for:
copy
copy
copy
copy
copy