X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=blobdiff_plain;f=build.config;h=a9eea21f455204ec0d783f95ac858a6528318230;hp=335eba8ead7d771070cea6f948707799b43cb556;hb=b26a3606849319172514337ce5e97534db17156e;hpb=8ca5fd464d9ca8192102a0f248f860a70d95ea42 diff --git a/build.config b/build.config index 335eba8..a9eea21 100644 --- a/build.config +++ b/build.config @@ -3,29 +3,28 @@ # # size of the image in MB # -# 2GB - 48MB -IMGSIZE=2000 +IMGSIZE=3600 # # target architecture / suite # -ARCH=armhf -#ARCH=armel -MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-" +#ARCH=armhf +ARCH=armel #MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-" +MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-" EMU=qemu-arm-static SUITE=unstable # name -NAME=beagleboard -#NAME=nellboard +#NAME=beagleboard +NAME=nellboard # # filesystems # ROOTFS=xfs -#ROOTFS=ext4 -BOOTFS=ext3 +ROOTFS=ext4 +#BOOTFS=ext3 # debian mirror DEBMIRROR=http://ftp.de.debian.org/debian @@ -55,12 +54,7 @@ ADDPKGS="$ADDPKGS python dnsmasq" KERVER="2.6.33" KERPATCH="linux-2.6.33_lpc313x-v1.01.patch" KERCONF="ea313x_defconfig" -KERHOOK=" - sed 's/# CONFIG_DEVTMPFS.*/CONFIG_DEVTMPFS=y/' -i \ - ./arch/arm/configs/ea313x_defconfig; - sed 's/# CONFIG_EXT4_FS.*/CONFIG_EXT4_FS=y/' -i \ - ./arch/arm/configs/ea313x_defconfig; \ - cp ../files/lpc313x/ea313x.c arch/arm/mach-lpc313x/;" +KERHOOKS="nellboard_kernel_hooks.sh" # # u-boot patch and target