summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config2
-rw-r--r--recipes-bsp/barebox/barebox_2012.02.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config
index c65e6ad..a0a2b74 100644
--- a/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config
+++ b/recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config
@@ -6,7 +6,7 @@ user=
6 6
7# use 'dhcp' to do dhcp in barebox and in kernel 7# use 'dhcp' to do dhcp in barebox and in kernel
8# use 'none' if you want to skip kernel ip autoconfiguration 8# use 'none' if you want to skip kernel ip autoconfiguration
9ip=dhcp 9ip=none
10 10
11# or set your networking parameters here 11# or set your networking parameters here
12#eth0.ipaddr=a.b.c.d 12#eth0.ipaddr=a.b.c.d
diff --git a/recipes-bsp/barebox/barebox_2012.02.0.bb b/recipes-bsp/barebox/barebox_2012.02.0.bb
index 1eed4d3..5489f7c 100644
--- a/recipes-bsp/barebox/barebox_2012.02.0.bb
+++ b/recipes-bsp/barebox/barebox_2012.02.0.bb
@@ -1,6 +1,6 @@
1require barebox.inc 1require barebox.inc
2 2
3PR = "r3" 3PR = "r4"
4 4
5SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ 5SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \
6 file://defconfig \ 6 file://defconfig \