diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-01-15 20:56:11 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-01-15 20:56:11 +0000 |
commit | 4566a87bd955d4cabf5d0363d075ed35f959258a (patch) | |
tree | ead4cde00cb728ebedb1fc64ed223b28db3e4e63 /packages/busybox/busybox_1.3.1.bb | |
parent | 906baa70751285bc921c40e3ebe5964fbeac7bbf (diff) |
busybox: Remove superflous patch
Diffstat (limited to 'packages/busybox/busybox_1.3.1.bb')
-rw-r--r-- | packages/busybox/busybox_1.3.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/busybox/busybox_1.3.1.bb b/packages/busybox/busybox_1.3.1.bb index 59aa5f07fc..b04cd86677 100644 --- a/packages/busybox/busybox_1.3.1.bb +++ b/packages/busybox/busybox_1.3.1.bb @@ -1,9 +1,9 @@ require busybox.inc DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_slugos = "1" -SRC_URI = "file://wget-long-options.patch;patch=1 \ - file://defconfig" +SRC_URI = "file://defconfig" do_configure () { install -m 0644 ${WORKDIR}/defconfig ${S}/.config.oe |