1 # debian image build configuration
4 # size of the image in MB
10 # target architecture / suite
14 #MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-"
15 MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-"
31 DEBMIRROR=http://ftp.de.debian.org/debian
34 PKGS="apt-utils dialog locales"
39 # add your packages here
40 ADDPKGS="vim git make gcc lua5.2 build-essential kmod"
41 ADDPKGS="$ADDPKGS net-tools iputils-ping iproute2 wget openssh-server rsync"
43 #ADDPKGS="$ADDPKGS golang"
44 #ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd"
46 ADDPKGS="$ADDPKGS python dnsmasq"
47 ADDPKGS="$ADDPKGS python pyrit"
54 # use/copy debian linux-image package!
58 KERPATCH="linux-2.6.33_lpc313x-v1.01.patch"
59 KERCONF="ea313x_defconfig"
60 KERHOOKS="nellboard_kernel_hooks.sh"
63 # u-boot patch and target
65 UBSRC="git://git.denx.de/u-boot.git"
69 #UBCONF=omap3_beagle_config
72 UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch"
73 UBCONF="EA3131_config"