mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
odroid-u2-kernel: using custom config
This commit is contained in:
parent
c1e93daab2
commit
814075576b
2 changed files with 4022 additions and 6 deletions
4020
srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom
Normal file
4020
srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom
Normal file
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ _githash="452f4a053d69404a1f69fd3aa4af8ee6524ab2b2"
|
||||||
|
|
||||||
pkgname=odroid-u2-kernel
|
pkgname=odroid-u2-kernel
|
||||||
version=3.8.13.14
|
version=3.8.13.14
|
||||||
revision=1
|
revision=2
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -42,14 +42,10 @@ do_configure() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
# Use upstream default configuration, no need to maintain ours.
|
cp ${FILESDIR}/u2-dotconfig-custom .config
|
||||||
make ${makejobs} ${_args} ARCH=arm odroidu2_defconfig
|
|
||||||
|
|
||||||
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
||||||
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
|
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
|
||||||
|
|
||||||
# Enable Autofs for systemd
|
|
||||||
sed -i -e "s|.*CONFIG_AUTOFS4_FS.*|CONFIG_AUTOFS4_FS=y|" .config
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue