Reference local kernel configs

This commit is contained in:
muts
2013-12-03 13:33:17 -04:00
parent 2ccc5f7de5
commit eb746fdc1b
4 changed files with 4 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ rsync -HPavz -q ${basedir}/kali-$architecture/ ${basedir}/root/
git clone --depth 1 http://chromium.googlesource.com/chromiumos/third_party/kernel.git -b chromeos-3.4 ${basedir}/kernel
cd ${basedir}/kernel
wget http://www.steev.net/distfiles/kernel-configs/chromebook.config -O .config
cp ${basedir}/../kernel-configs/chromebook.config .config
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
mkdir -p ../patches

View File

@@ -151,7 +151,7 @@ rsync -HPavz -q ${basedir}/kali-$architecture/ ${basedir}/root/
git clone --depth 1 http://chromium.googlesource.com/chromiumos/third_party/kernel.git -b chromeos-3.4 ${basedir}/kernel
cd ${basedir}/kernel
wget http://www.steev.net/distfiles/kernel-configs/chromebook.config -O .config
cp ${basedir}/../kernel-configs/chromebook.config .config
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
mkdir -p ../patches

View File

@@ -190,7 +190,7 @@ patch -p1 --no-backup-if-mismatch < ../patches/mac80211.patch
touch .scmversion
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
wget http://www.steev.net/distfiles/kernel-configs/xu.config -O .config
cp ${basedir}/../kernel-configs/xu.config .config
make -j $(grep -c processor /proc/cpuinfo)
make modules_install INSTALL_MOD_PATH=${basedir}/root
cp arch/arm/boot/zImage ${basedir}/bootp

View File

@@ -162,7 +162,7 @@ git clone --depth 1 git://gitorious.org/utilite/utilite.git ${basedir}/kernel
cd ${basedir}/kernel
wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch -O ../patches/mac80211.patch
patch -p1 --no-backup-if-mismatch < ../patches/mac80211.patch
wget http://www.steev.net/distfiles/kernel-configs/utilite.config -O .config
cp ${basedir}/../kernel-configs/utilite.config .config
touch .scmversion
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-