Changes between Version 21 and Version 22 of OpenWrt/building


Ignore:
Timestamp:
07/25/2019 09:01:12 PM (5 years ago)
Author:
Matthew Michilot
Comment:

libssl1.0-dev is need to build OpenWrt. Building fails with the newest libssl (1.1)

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/building

    v21 v22  
    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 libssl-dev ;#  other libs/tools needed by OpenWrt Buildroot
     103sudo apt-get install zlib1g-dev libncurses5-dev gawk flex git-core gettext quilt libssl1.0-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