diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-02-04 11:43:18 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-02-04 11:43:18 -0500 |
commit | ec4da6df3ad5b8b03446d0dda9c50a2439ae325a (patch) | |
tree | aa2eff8ad8ed13b85569cd6031c684dd9bf16109 /packages/busybox/busybox_1.13.2.bb | |
parent | 5686c090be185d2b6709bb82e785cbbf49175b37 (diff) |
busybox: fix nfsroot issues with resetting IP and deleting routes
Diffstat (limited to 'packages/busybox/busybox_1.13.2.bb')
-rw-r--r-- | packages/busybox/busybox_1.13.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/busybox/busybox_1.13.2.bb b/packages/busybox/busybox_1.13.2.bb index c8aac79d6d..56f47b37a2 100644 --- a/packages/busybox/busybox_1.13.2.bb +++ b/packages/busybox/busybox_1.13.2.bb @@ -1,11 +1,12 @@ require busybox.inc -PR = "r9" +PR = "r10" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ \ file://udhcpscript.patch;patch=1 \ + file://udhcpc-fix-nfsroot.patch;patch=1 \ file://B921600.patch;patch=1 \ file://r24785.patch;patch=1;status=merged \ file://find-touchscreen.sh \ @@ -37,4 +38,3 @@ do_install_append() { install -m 0755 ${WORKDIR}/find-touchscreen.sh ${D}${sysconfdir}/mdev/ install -m 0755 ${WORKDIR}/mdev ${D}${sysconfdir}/init.d/ } - |