cleaned up config for nellboard
[outofuni/dib.git] / build.config
1 # debian image build configuration
2
3 #
4 # size of the image in MB
5 #
6 IMGSIZE=3600
7
8 #
9 # target architecture / suite
10 #
11 #ARCH=armhf
12 ARCH=armel
13 #MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-"
14 MAKEOPT="ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-"
15 EMU=qemu-arm-static
16 SUITE=unstable
17
18 # name
19 #NAME=beagleboard
20 NAME=nellboard
21
22 #
23 # filesystems
24 #
25 ROOTFS=xfs
26 ROOTFS=ext4
27 #BOOTFS=ext3
28
29 # debian mirror
30 DEBMIRROR=http://ftp.de.debian.org/debian
31
32 # packages
33 PKGS="apt-utils dialog locales"
34
35 # serial console
36 GETTY=ttyO0
37
38 # add your packages here
39 ADDPKGS="vim git make gcc lua5.2 golang build-essential kmod"
40 ADDPKGS="$ADDPKGS net-tools iputils-ping iproute2 wget openssh-server rsync"
41 # beagle
42 #ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd"
43 # nellboard
44 ADDPKGS="$ADDPKGS python dnsmasq" 
45
46 #
47 # kernel
48 #
49 # beagleboard
50 #
51 #  use/copy debian linux-image package!
52 #
53 # nellboard
54 KERVER="2.6.33"
55 KERPATCH="linux-2.6.33_lpc313x-v1.01.patch"
56 KERCONF="ea313x_defconfig"
57 KERHOOKS="nellboard_kernel_hooks.sh"
58
59 #
60 # u-boot patch and target
61 #
62 UBSRC="git://git.denx.de/u-boot.git"
63 # beagleboard
64 #UBSRC=""
65 #UBPATCH=""
66 #UBCONF=omap3_beagle_config
67 # nellboard
68 UBVER="v2009.11"
69 UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch"
70 UBCONF="EA3131_config"
71