improved uboot and kernel build a bit
[outofuni/dib.git] / build.config
index 615037f..335eba8 100644 (file)
@@ -38,24 +38,29 @@ GETTY=ttyO0
 
 # add your packages here
 ADDPKGS="vim git make gcc lua5.2 golang build-essential kmod"
-ADDPKGS="$ADDPKGS net-tools iputils-ping wget openssh-server rsync"
+ADDPKGS="$ADDPKGS net-tools iputils-ping iproute2 wget openssh-server rsync"
 # beagle
-ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd"
+#ADDPKGS="$ADDPKGS wireless-tools wpasupplicant hostapd"
 # nellboard
-#ADDPKGS="$ADDPKGS python dnsmasq" 
+ADDPKGS="$ADDPKGS python dnsmasq" 
 
 #
 # 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"
-KERHOOK="sed 's/# CONFIG_DEVTMPFS.*/CONFIG_DEVTMPFS=y/' -i ./arch/arm/configs/ea313x_defconfig;"
-KERHOOK="sed 's/# CONFIG_EXT4_FS.*/CONFIG_EXT4_FS=y/' -i ./arch/arm/configs/ea313x_defconfig;"
-KERHOOK="$KERHOOK cp ../files/lpc313x/ea313x.c arch/arm/mach-lpc313x/;"
+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/;"
 
 #
 # u-boot patch and target
@@ -64,9 +69,9 @@ UBSRC="git://git.denx.de/u-boot.git"
 # beagleboard
 #UBSRC=""
 #UBPATCH=""
-UBCONF=omap3_beagle_config
+#UBCONF=omap3_beagle_config
 # nellboard
-#UBVER="v2009.11"
-#UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch"
-#UBCONF="EA3131_config"
+UBVER="v2009.11"
+UBPATCH="u-boot-2009.11_lpc313x-v1.01.patch"
+UBCONF="EA3131_config"