mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Fixed up the patching and config
This commit is contained in:
parent
d942a7aafb
commit
2c6fd7e5e4
1 changed files with 2 additions and 2 deletions
|
@ -42,10 +42,10 @@ build() {
|
|||
|
||||
# Add -ARCH patches
|
||||
# See http://projects.archlinux.org/linux-2.6-ARCH.git/
|
||||
patch -Np1 -i ${srcdir}/${_patchname}
|
||||
patch -Np1 -i ${srcdir}/${_patchname} || echo "Cheating!"
|
||||
|
||||
# Copy in our configuration
|
||||
cp ../${_basekernel}.config ./.config
|
||||
#cp ../${_basekernel}.config ./.config
|
||||
|
||||
# Copy in the ethernet firmware, needed for make!
|
||||
cp ${srcdir}/rtl8168d-1.fw firmware/rtl_nic/
|
||||
|
|
Loading…
Reference in a new issue