Browse Source

* adde web interface module which is enabled by default (includes lighttpd + php)

git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@21 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Christian Wiese 18 years ago
parent
commit
40aca4d1c6
2 changed files with 10 additions and 0 deletions
  1. +3
    -0
      pkgsel/65-web.ask
  2. +7
    -0
      pkgsel/web.conf

+ 3
- 0
pkgsel/65-web.ask

@ -0,0 +1,3 @@
#Description: Web Interface Support
#Dependencies: NETWORK
#Default: 1

+ 7
- 0
pkgsel/web.conf

@ -0,0 +1,7 @@
for x in WEB='lighttpd' PHP=1 \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done

Loading…
Cancel
Save