aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/printutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-16 19:09:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-16 19:09:57 +0000
commit405b5c2b925d4e6342c364d12264a6a108d13ba7 (patch)
tree0e03014a052e5ada9a2fbf0053afe04f7c6e70fb /package/utils/busybox/config/printutils
parentcc304329b3d2eca47330b31a0c810589bdc7a656 (diff)
downloadupstream-405b5c2b925d4e6342c364d12264a6a108d13ba7.tar.gz
upstream-405b5c2b925d4e6342c364d12264a6a108d13ba7.tar.bz2
upstream-405b5c2b925d4e6342c364d12264a6a108d13ba7.zip
busybox: remove busybox menuconfig from top level menuconfig
This will help with avoiding bogus bug reports caused by stale configs and bad cases of user tinkering :) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39106
Diffstat (limited to 'package/utils/busybox/config/printutils')
-rw-r--r--package/utils/busybox/config/printutils/Config.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/package/utils/busybox/config/printutils/Config.in b/package/utils/busybox/config/printutils/Config.in
deleted file mode 100644
index ca2ea9f56c..0000000000
--- a/package/utils/busybox/config/printutils/Config.in
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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 "Print Utilities"
-
-
-
-config BUSYBOX_CONFIG_LPD
- bool "lpd"
- default n
- help
- lpd is a print spooling daemon.
-
-config BUSYBOX_CONFIG_LPR
- bool "lpr"
- default n
- help
- lpr sends files (or standard input) to a print spooling daemon.
-
-config BUSYBOX_CONFIG_LPQ
- bool "lpq"
- default n
- help
- lpq is a print spool queue examination and manipulation program.
-
-endmenu