diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-01-03 13:33:30 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-01-03 13:33:30 +0000 |
commit | b03514bbb79f54c3ac2d2fb5675caa1f3c201b7a (patch) | |
tree | 7bdc31e82e2683fb9a1e5e574941ebf31cc8a5a3 | |
parent | 9f36f45bcf9ab981c62e4fedb143aa66329aef80 (diff) |
busybox: Don't depend on long gone busybox 1.0.1 symbol
-rw-r--r-- | package/busybox/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 41f19f414..2d63f0023 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -88,7 +88,6 @@ config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS config BR2_PACKAGE_BUSYBOX_SKELETON bool "use minimal target skeleton" depends on BR2_PACKAGE_BUSYBOX - depends on !BR2_BUSYBOX_VERSION_1_0_1 help Use a minimal target skeleton. Make sure to select mdev which is used to populate /dev/. |