diff options
Diffstat (limited to 'recipes-bsp/barebox')
-rw-r--r-- | recipes-bsp/barebox/barebox-2012.02.0/imx53qsb/config | 2 | ||||
-rw-r--r-- | recipes-bsp/barebox/barebox_2012.02.0.bb | 2 |
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 |
9 | ip=dhcp | 9 | ip=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 @@ | |||
1 | require barebox.inc | 1 | require barebox.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ | 5 | SRC_URI = "http://barebox.org/download/${PN}-${PV}.tar.bz2 \ |
6 | file://defconfig \ | 6 | file://defconfig \ |