diff options
Diffstat (limited to 'packages/busybox/slingbox_1.2.2.bb')
-rw-r--r-- | packages/busybox/slingbox_1.2.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/busybox/slingbox_1.2.2.bb b/packages/busybox/slingbox_1.2.2.bb index 2468680ba1..56d75f943e 100644 --- a/packages/busybox/slingbox_1.2.2.bb +++ b/packages/busybox/slingbox_1.2.2.bb @@ -4,12 +4,13 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r2" +PR = "r3" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://defconfig \ file://wget-long-options.patch;patch=1 \ file://lazy_umount.patch;patch=1 \ + file://df_rootfs.patch;patch=1 \ file://slingbox_name.patch;patch=1 \ file://halt.patch;patch=1" \ file://slingbox.patch;patch=1" |