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
commit39bb49bcf4f3f78c109e32d1c730925a5ab01778 (patch)
tree68ed83c001b049c6e38a70d3b15de9cfc54e43d2 /package/utils/busybox/config/printutils
parenta4fcc050596281b664533ea8f44c70b7172ff8b9 (diff)
downloadupstream-39bb49bcf4f3f78c109e32d1c730925a5ab01778.tar.gz
upstream-39bb49bcf4f3f78c109e32d1c730925a5ab01778.tar.bz2
upstream-39bb49bcf4f3f78c109e32d1c730925a5ab01778.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39106 3c298f89-4303-0410-b956-a3cf2f4a3e73
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