diff options
-rwxr-xr-x | measure_scripts/20-config | 71 | ||||
-rwxr-xr-x | measure_scripts/my-oldconfig.pl | 12 | ||||
-rwxr-xr-x | ryuglab_scripts/11-patch (renamed from measure_scripts/11-patch) | 0 | ||||
-rwxr-xr-x | ryuglab_scripts/30-compile (renamed from measure_scripts/30-compile) | 0 | ||||
-rw-r--r-- | ryuglab_scripts/shark-ryu-board-patch.patch (renamed from measure_scripts/shark-ryu-board-patch.patch) | 0 |
5 files changed, 0 insertions, 83 deletions
diff --git a/measure_scripts/20-config b/measure_scripts/20-config deleted file mode 100755 index d48c35c..0000000 --- a/measure_scripts/20-config +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh - -set -e - -cd ../linux - -export ARCH=powerpc -make allnoconfig - -conf() { - sed -i -n -e "/\\bCONFIG_$1\\b/!p" .config - echo CONFIG_$1=$2 >> .config -} - -GDESC=$(git describe) -if [ ${GDESC#v2.6} != ${GDESC} ]; then - conf PPC_DISABLE_WERROR y -fi - -conf BINFMT_ELF y - -conf BLK_DEV_INITRD y -conf INITRAMFS_SOURCE '""' -conf INITRAMFS_ROOT_UID 0 -conf INITRAMFS_ROOT_GID 0 -conf INITRAMFS_COMPRESSION_NONE y -conf INITRAMFS_COMPRESSION_GZIP n -conf INITRAMFS_COMPRESSION_BZIP2 n -conf INITRAMFS_COMPRESSION_LZMA n -conf INITRAMFS_COMPRESSION_XZ n -conf INITRAMFS_COMPRESSION_LZO n -conf RD_GZIP y # Needed for 3.17+ -conf SIGNALFD y # Needed since v3.17-5503-g35a9ad8 to enable ANON_INODES (only needed until the problem http://mid.gmane.org/87vbnt1js4.fsf@steelpick.2x.cz is fixed) - -conf PPC_MPC52xx y -conf PPC_MPC5200_SIMPLE y -conf SERIAL_CORE y -conf SERIAL_CORE_CONSOLE y -conf SERIAL_MPC52xx y -conf SERIAL_MPC52xx_CONSOLE y -conf SERIAL_MPC52xx_CONSOLE_BAUD 115200 - -conf NET y -conf CAN y -conf CAN_RAW y -conf CAN_GW y -conf CAN_VCAN y -conf CAN_DEV y -conf CAN_CALC_BITTIMING y -conf CAN_MSCAN y -conf CAN_MPC5XXX y - -conf NETDEVICES y -conf ETHERNET y -conf DMADEVICES y -conf PPC_BESTCOMM y -conf NET_VENDOR_FREESCALE y -conf FEC_MPC52xx y -conf FEC_MPC52xx_MDIO y - -conf TTY y -conf PROC_FS y -conf PRINTK y # Not needed but useful for debugging - -# To have netlink for kernel cangw -conf INET y -conf NETFILTER y - -conf PACKET y # ugw mmap - -chronic ../measure_scripts/my-oldconfig.pl diff --git a/measure_scripts/my-oldconfig.pl b/measure_scripts/my-oldconfig.pl deleted file mode 100755 index 736bf57..0000000 --- a/measure_scripts/my-oldconfig.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl -w - -use Expect; -my $exp = Expect->spawn("make oldconfig") - or die "Cannot spawn make oldconfig: $!\n"; - -my $timeout = 10; -$exp->expect($timeout, - [ '^ *choice\[.*\]: ' => sub { $exp->send("\n"); exp_continue; } ], - [ '^([^ ]| *[^>0-9]).*\(NEW\) ' => sub { $exp->send("n\n"); exp_continue; } ], - [ "configuration written to .config" ], - ) || die "Timeout" diff --git a/measure_scripts/11-patch b/ryuglab_scripts/11-patch index 7963ffc..7963ffc 100755 --- a/measure_scripts/11-patch +++ b/ryuglab_scripts/11-patch diff --git a/measure_scripts/30-compile b/ryuglab_scripts/30-compile index 29da38a..29da38a 100755 --- a/measure_scripts/30-compile +++ b/ryuglab_scripts/30-compile diff --git a/measure_scripts/shark-ryu-board-patch.patch b/ryuglab_scripts/shark-ryu-board-patch.patch index e43e35d..e43e35d 100644 --- a/measure_scripts/shark-ryu-board-patch.patch +++ b/ryuglab_scripts/shark-ryu-board-patch.patch |