index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage1/linux/DESCR | 5 | ||||
-rw-r--r-- | i486-stage1/linux/config (renamed from i486-stage1/linux/config.i486) | 0 |
diff --git a/i486-stage1/linux/DESCR b/i486-stage1/linux/DESCR index 08bd6f0..f3fd3b0 100644 --- a/i486-stage1/linux/DESCR +++ b/i486-stage1/linux/DESCR @@ -8,11 +8,6 @@ ADDITIONAL_INSTALL_PACKAGE=linux-headers # we currently build a monolitic kernel for the basic stuff which was # available since 25 years. :-) -# use the i486 configuration file -# (TODO: adapt to config.$CARCH method later) -sed -i 's@config.i686@config.i486@g' PKGBUILD -sed -i 's@\.\./config@../config.i486@g' PKGBUILD - # the Linux kernel has it's own way for cross compilation sed -i "s@make prepare@make prepare ARCH=$KERNEL_ARCH CROSS_COMPILE=$XTOOLS_ARCH_PREFIX@g" PKGBUILD sed -i "s@make config@make config ARCH=$KERNEL_ARCH CROSS_COMPILE=$XTOOLS_ARCH_PREFIX@g" PKGBUILD diff --git a/i486-stage1/linux/config.i486 b/i486-stage1/linux/config index 5d12540..5d12540 100644 --- a/i486-stage1/linux/config.i486 +++ b/i486-stage1/linux/config |