Changes between Version 43 and Version 44 of OpenWrt/building
- Timestamp:
- 07/18/2025 05:01:20 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/building
v43 v44 20 20 On an Ubuntu desktop development system for example the following should install all necessary pre-requisites: 21 21 {{{#!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 \ 22 sudo apt update 23 sudo apt-get install -y git-core subversion build-essential ;# std dev tools 24 sudo apt-get install -y python3 python3-distutils-extra zlib1g-dev \ 24 25 libncurses5-dev libssl-dev libsnmp-dev libpam0g-dev liblzma-dev \ 25 26 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 OpenWrt27 sudo apt-get install -y bsdmainutils # other tools needed by Gateworks patches to OpenWrt 27 28 }}} 28 29 * **NOTE**: If you are experiencing difficulties, Here is a list of the pre-requisites from the general OpenWrt Site. OpenWrt buildroot prerequisites listed here