diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-14 16:22:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-14 16:22:00 +0000 |
commit | ed393422a0ccf63b829d715b72631a0aa0cbac7f (patch) | |
tree | ab45127fa4f7141c99dac53d0ccb7182acc271a2 /package/busybox | |
parent | 5013a897c59cb2a08adb6d8584cb3af6d953f3b0 (diff) | |
download | upstream-ed393422a0ccf63b829d715b72631a0aa0cbac7f.tar.gz upstream-ed393422a0ccf63b829d715b72631a0aa0cbac7f.tar.bz2 upstream-ed393422a0ccf63b829d715b72631a0aa0cbac7f.zip |
busybox: remove reference to removed httpd init script
Patch from Daniel Harding.
SVN-Revision: 33765
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 177a42ff33..9bfea59e62 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -33,7 +33,6 @@ else endif init-y := -init-$(CONFIG_BUSYBOX_CONFIG_HTTPD) += httpd init-$(CONFIG_BUSYBOX_CONFIG_CROND) += cron init-$(CONFIG_BUSYBOX_CONFIG_TELNETD) += telnet |