Skip to content

Commit d040704

Browse files
authored
chore: Removed php runtime (#45)
PHP is no longer used for setting up the remote.
1 parent 6a00bdc commit d040704

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

overlay/etc/lighttpd/lighttpd.conf

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@ server.port = 80
55
server.modules = (
66
# "mod_access",
77
# "mod_accesslog",
8-
"mod_fastcgi",
8+
# "mod_fastcgi",
99
"mod_rewrite",
1010
# "mod_auth",
1111
"mod_redirect"
1212
)
1313

14-
index-file.names = ( "index.html", "index.php" )
15-
16-
fastcgi.server = ( ".php" => ((
17-
"bin-path" => "/usr/bin/php-cgi",
18-
"socket" => "/tmp/php.socket"
19-
)))
14+
index-file.names = ( "index.html" )
2015

2116
mimetype.assign = (
2217
".html" => "text/html",

rpi0/defconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,8 @@ BR2_PACKAGE_DBUS_CPP=y
3838
BR2_PACKAGE_I2C_TOOLS=y
3939
BR2_PACKAGE_RNG_TOOLS=y
4040
BR2_PACKAGE_NODEJS=y
41-
BR2_PACKAGE_PHP=y
42-
BR2_PACKAGE_PHP_EXT_FILEINFO=y
43-
BR2_PACKAGE_PHP_EXT_ZIP=y
44-
BR2_PACKAGE_PHP_EXT_JSON=y
45-
BR2_PACKAGE_PHP_EXT_CURL=y
46-
BR2_PACKAGE_PHP_EXT_SOCKETS=y
4741
BR2_PACKAGE_OPUS=y
42+
BR2_PACKAGE_LIBZIP=y
4843
BR2_PACKAGE_CA_CERTIFICATES=y
4944
BR2_PACKAGE_GNUTLS=y
5045
BR2_PACKAGE_LIBNSS=y
@@ -59,6 +54,7 @@ BR2_PACKAGE_LIBXML2=y
5954
BR2_PACKAGE_LIBVPX=y
6055
BR2_PACKAGE_GLIB_NETWORKING=y
6156
BR2_PACKAGE_LIBCGI=y
57+
BR2_PACKAGE_LIBCURL=y
6258
BR2_PACKAGE_CURL=y
6359
BR2_PACKAGE_LIBCURL_GNUTLS=y
6460
BR2_PACKAGE_LIBEVDEV=y

0 commit comments

Comments
 (0)