diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-01 10:33:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-01 10:33:51 +0000 |
commit | 903d65b2f67a60eb01420bce896fdbcc1dc6318c (patch) | |
tree | f5254c2f003025a847509da485cea6190f8e6740 /busybox | |
parent | ae645af254285eba13381f7ea0c852c78b2ea11b (diff) |
revert 1.2355.1.1 which broke booting. you can't exchange one makedevs with another one. instead, the busybox makedevs has been disabled.
BKrev: 415d328fIH7BsDnb5VW4GR1Eoy_Rqg
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/busybox-1.00-rc3/defconfig | 2 | ||||
-rw-r--r-- | busybox/busybox_1.00-rc3.oe | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/busybox/busybox-1.00-rc3/defconfig b/busybox/busybox-1.00-rc3/defconfig index 9deb97bcc3..8f0d1338c8 100644 --- a/busybox/busybox-1.00-rc3/defconfig +++ b/busybox/busybox-1.00-rc3/defconfig @@ -271,7 +271,7 @@ CONFIG_DC=y # CONFIG_DEVFSD is not set # CONFIG_LAST is not set # CONFIG_HDPARM is not set -CONFIG_MAKEDEVS=y +# CONFIG_MAKEDEVS is not set # CONFIG_MT is not set # CONFIG_RX is not set CONFIG_STRINGS=y diff --git a/busybox/busybox_1.00-rc3.oe b/busybox/busybox_1.00-rc3.oe index 3dc879acee..a544aba889 100644 --- a/busybox/busybox_1.00-rc3.oe +++ b/busybox/busybox_1.00-rc3.oe @@ -11,10 +11,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r11" - -PROVIDES = "virtual/makedevs" -RPROVIDES = "virtual/makedevs" +PR = "r12" # file://busybox-1.00-pre10-fuser.patch;patch=1 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ |