mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
New trimslice-1.01 kernel, builds fine
This commit is contained in:
parent
1b588c30da
commit
1bd921b776
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ build() {
|
|||
cd $srcdir
|
||||
git clone git://gitorious.org/trimslice-kernel/trimslice-kernel.git --depth 1
|
||||
cd trimslice-kernel
|
||||
git checkout trimslice/ldk-alpha-upstream
|
||||
git checkout trimslice/1.01-upstream
|
||||
|
||||
# Add -ARCH patches
|
||||
# See http://projects.archlinux.org/linux-2.6-ARCH.git/
|
||||
|
@ -57,13 +57,13 @@ build() {
|
|||
make clean # sometimes git isn't clean
|
||||
make mrproper # same as above
|
||||
# Configure the kernel. Replace the line below with one of your choice.
|
||||
make trimslice_chrome_defconfig # The branch we're using
|
||||
make trimslice_defconfig # The branch we're using
|
||||
#make menuconfig # CLI menu for configuration
|
||||
#make nconfig # new CLI menu for configuration
|
||||
#make oldconfig # using old config from previous kernel version
|
||||
|
||||
# Make the config compatible with Arch Linux's naming scheme
|
||||
sed 's|CONFIG_LOCALVERSION="-ldk-alpha-rc1"|CONFIG_LOCALVERSION="-ARCH"|g' -i .config
|
||||
sed 's|CONFIG_LOCALVERSION="-trimslice-1.01"|CONFIG_LOCALVERSION="-ARCH"|g' -i .config
|
||||
|
||||
# Copy back our configuration (use with new kernel version)
|
||||
#cp ./.config ../${_basekernel}.config
|
||||
|
|
Loading…
Reference in a new issue