# debian image build configuration # # size of the image in MB # IMGSIZE=3600 IMGSIZE=1800 # # target architecture / suite # #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 # # filesystems # ROOTFS=xfs ROOTFS=ext4 #BOOTFS=ext3 # debian mirror DEBMIRROR=http://ftp.de.debian.org/debian # packages PKGS="apt-utils dialog locales" # serial console GETTY=ttyO0 # add your packages here 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 # # beagleboard # # use/copy debian linux-image package! # # nellboard KERVER="2.6.33" KERPATCH="linux-2.6.33_lpc313x-v1.01.patch" KERCONF="ea313x_defconfig" KERHOOKS="nellboard_kernel_hooks.sh" # # u-boot patch and target # UBSRC="git://git.denx.de/u-boot.git" # beagleboard #UBSRC="" #UBPATCH="" #UBCONF=omap3_beagle_config # nellboard UBVER="v2009.11" UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch" UBCONF="EA3131_config"