diff options
author | Mike Westerhof <mwester@dls.net> | 2006-04-22 13:53:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-22 13:53:50 +0000 |
commit | 4fa55e3d0c12a15daa2466b7f660ca197db5b07c (patch) | |
tree | 51419b80be092c70c2325340eb7129f6d996c65a /packages/busybox | |
parent | b74b8e5d2149a54645997ab9948e9a6f9ec94015 (diff) |
slingbox: add losetup to defconfig
Diffstat (limited to 'packages/busybox')
-rw-r--r-- | packages/busybox/slingbox-1.00/defconfig | 2 | ||||
-rw-r--r-- | packages/busybox/slingbox_1.00.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/busybox/slingbox-1.00/defconfig b/packages/busybox/slingbox-1.00/defconfig index d35d7d5956..6b15e1944b 100644 --- a/packages/busybox/slingbox-1.00/defconfig +++ b/packages/busybox/slingbox-1.00/defconfig @@ -311,7 +311,7 @@ CONFIG_FREERAMDISK=y # CONFIG_GETOPT is not set CONFIG_HEXDUMP=y # CONFIG_HWCLOCK is not set -# CONFIG_LOSETUP is not set +CONFIG_LOSETUP=y # CONFIG_MKSWAP is not set # CONFIG_MORE is not set CONFIG_PIVOT_ROOT=y diff --git a/packages/busybox/slingbox_1.00.bb b/packages/busybox/slingbox_1.00.bb index a275cbbc73..8e11a09e6c 100644 --- a/packages/busybox/slingbox_1.00.bb +++ b/packages/busybox/slingbox_1.00.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r8" +PR = "r9" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://defconfig \ |