Merge pull request #266 from Gottox/master

odroid-u2-kernel: using custom config
This commit is contained in:
Juan RP 2014-01-26 06:29:36 -08:00
commit 193b51709a
2 changed files with 4022 additions and 6 deletions

File diff suppressed because it is too large Load diff

View file

@ -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() {