stupid! if it does not exist, dd it!
[outofuni/dib.git] / build.config
index 335eba8..eed4be7 100644 (file)
@@ -3,29 +3,29 @@
 #
 # size of the image in MB
 #
-# 2GB - 48MB
-IMGSIZE=2000
+IMGSIZE=3600
+IMGSIZE=1800
 
 #
 # 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
@@ -37,12 +37,14 @@ PKGS="apt-utils dialog locales"
 GETTY=ttyO0
 
 # add your packages here
-ADDPKGS="vim git make gcc lua5.2 golang build-essential kmod"
+ADDPKGS="vim git make gcc lua5.2 build-essential kmod"
 ADDPKGS="$ADDPKGS net-tools iputils-ping iproute2 wget openssh-server rsync"
 # beagle
+#ADDPKGS="$ADDPKGS golang"
 #ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd"
 # nellboard
 ADDPKGS="$ADDPKGS python dnsmasq" 
+ADDPKGS="$ADDPKGS python pyrit" 
 
 #
 # kernel
@@ -55,12 +57,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