diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:31:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-04-03 18:31:00 +0000 |
commit | 7d5d7449e0b146f62a5271032bd9841ed77caac8 (patch) | |
tree | 3aa63283513c49915cd320deccc7671cb75fbb4f /package/busybox/config/modutils/Config.in | |
parent | 127893f1e479a1044033d17dde5cebeeca1c1744 (diff) | |
download | upstream-7d5d7449e0b146f62a5271032bd9841ed77caac8.tar.gz upstream-7d5d7449e0b146f62a5271032bd9841ed77caac8.tar.bz2 upstream-7d5d7449e0b146f62a5271032bd9841ed77caac8.zip |
[package] update busybox to 1.18.4, patch from Peter Wagner
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/modutils/Config.in')
-rw-r--r-- | package/busybox/config/modutils/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/busybox/config/modutils/Config.in b/package/busybox/config/modutils/Config.in index ad5401f953..c52c67dcb4 100644 --- a/package/busybox/config/modutils/Config.in +++ b/package/busybox/config/modutils/Config.in @@ -1,9 +1,11 @@ +# DO NOT EDIT. This file is generated from Config.src # # For a description of the syntax of this configuration file, # see scripts/kbuild/config-language.txt. # menu "Linux Module Utilities" +depends on BUSYBOX_CONFIG_PLATFORM_LINUX config BUSYBOX_CONFIG_MODINFO bool "modinfo" |