diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-14 16:22:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-14 16:22:00 +0000 |
commit | 8178ce6c3b3efa008e2c43dbf6b4c59a5ac4bdad (patch) | |
tree | 70d85a1eb97e85f2f8bdb83b467671f40864e80c /package/busybox | |
parent | e6fd517c838c109dabc9400e3ae911f86a9a85f8 (diff) |
[package] busybox: remove reference to removed httpd init script
Patch from Daniel Harding.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33765 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 177a42ff3..9bfea59e6 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 |