odroid-u2-kernel: using custom config
This commit is contained in:
parent
c1e93daab2
commit
814075576b
File diff suppressed because it is too large
Load Diff
|
@ -5,7 +5,7 @@ _githash="452f4a053d69404a1f69fd3aa4af8ee6524ab2b2"
|
|||
|
||||
pkgname=odroid-u2-kernel
|
||||
version=3.8.13.14
|
||||
revision=1
|
||||
revision=2
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
|
@ -42,14 +42,10 @@ do_configure() {
|
|||
fi
|
||||
|
||||
unset LDFLAGS
|
||||
# Use upstream default configuration, no need to maintain ours.
|
||||
make ${makejobs} ${_args} ARCH=arm odroidu2_defconfig
|
||||
cp ${FILESDIR}/u2-dotconfig-custom .config
|
||||
|
||||
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue