From: Peter Korsgaard Date: Thu, 22 Jul 2010 10:32:28 +0000 (+0200) Subject: webif: needs busybox (httpd) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3358928225a658c0e1a7ad8c7e990571544395f7;p=buildroot.git webif: needs busybox (httpd) Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 40b92c4631..20294f5d82 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,7 @@ lmbench, lrzsz, ltrace, make, module-init-tools, mplayer, mysql_client, nbd, ncurses, neon, netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_sound, - sdl_ttf, squashfs, thttpd, tn5250, tremor, usbutils, + sdl_ttf, squashfs, thttpd, tn5250, tremor, usbutils, webif, xkeyboard-config, xserver_xorg-server, xvkbd Removed packages: modutils, portage, rxvt diff --git a/package/webif/Config.in b/package/webif/Config.in index 4ec9a26ef9..56ed545e27 100644 --- a/package/webif/Config.in +++ b/package/webif/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_WEBIF bool "webif - Status Console" + depends on BR2_PACKAGE_BUSYBOX # httpd select BR2_PACKAGE_HASERL help A web interface for showing different network status. This package