Reference local kernel configs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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-
|
||||
|
||||
Reference in New Issue
Block a user