Changes between Version 43 and Version 44 of OpenWrt/building


Ignore:
Timestamp:
07/18/2025 05:01:20 PM (3 days ago)
Author:
Tim Harvey
Comment:

updated pre-requisites to include apt update and default install

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/building

    v43 v44  
    2020On an Ubuntu desktop development system for example the following should install all necessary pre-requisites:
    2121{{{#!bash
    22 sudo apt-get install git-core subversion build-essential  ;# std dev tools
    23 sudo apt-get install python3 python3-distutils-extra zlib1g-dev \
     22sudo apt update
     23sudo apt-get install -y git-core subversion build-essential  ;# std dev tools
     24sudo apt-get install -y python3 python3-distutils-extra zlib1g-dev \
    2425 libncurses5-dev libssl-dev libsnmp-dev libpam0g-dev liblzma-dev \
    2526 gawk flex unzip gettext quilt wget rsync curl cpio xz-utils;#  other libs/tools needed by OpenWrt Buildroot
    26 sudo apt-get install bsdmainutils # other tools needed by Gateworks patches to OpenWrt
     27sudo apt-get install -y bsdmainutils # other tools needed by Gateworks patches to OpenWrt
    2728}}}
    2829 * **NOTE**: If you are experiencing difficulties, Here is a list of the pre-requisites from the general OpenWrt Site. OpenWrt buildroot prerequisites listed ​here