Changes between Version 22 and Version 23 of OpenWrt/building


Ignore:
Timestamp:
07/26/2019 12:11:08 AM (5 years ago)
Author:
Matthew Michilot
Comment:

Reverted previous change. libssl-dev is 1.0 for Xenial (Ubuntu 16.04)

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/building

    v22 v23  
    101101{{{#!bash
    102102sudo apt-get install subversion build-essential  ;# std dev tools
    103 sudo apt-get install zlib1g-dev libncurses5-dev gawk flex git-core gettext quilt libssl1.0-dev ;#  other libs/tools needed by OpenWrt Buildroot
     103sudo apt-get install zlib1g-dev libncurses5-dev gawk flex git-core gettext quilt libssl-dev ;#  other libs/tools needed by OpenWrt Buildroot
    104104}}}
    105105 * **NOTE**: If you are experiencing difficulties, Here is a list of the pre-requisites from the general OpenWrt Site. OpenWrt buildroot prerequisites listed ​here