Changes between Version 2 and Version 3 of OpenWrt/webserver


Ignore:
Timestamp:
02/27/2023 10:14:21 PM (14 months ago)
Author:
Tim Harvey
Comment:

removed Laguna info (EOL)

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/webserver

    v2 v3  
    2121 3. Turn on lighthttpd-mod-cgi (If CGI is desired)  (Network -> Webservers -> !LightHttpd -> lighthttpd-mod-cgi)
    2222 4. Exit and save
    23  5. From the trunk directory, compile with the command: make -j8 V=99 && make package/index
    24  6. Find the IPK files located in the /trunk/bin/cns3xxx/packages/ directory
     23 5. From the OpenWrt directory, compile with the command {{{make -j8 V=S && make package/index}}}
     24 6. Find the IPK files located in the /bin/<target>/packages/ directory
    2525 7. Install via IPK method as discussed here: [wiki:ipkupload]
    2626 8. Configure the webserver on the Gateworks board by editing  /etc/lighttpd/lighttpd.conf  and making the following changes:
     
    5656
    5757=== CGI Script ===
    58 Here is a script that reads the voltage on a Laguna board: (Find more commands on the GSC page [wiki:gsc])
     58Here is a script that reads the voltage on a Gateworks board: (Find more commands on the GSC page [wiki:gsc])
    5959{{{
    6060root@OpenWrt:/www1# cat voltage.sh