Package Details: openwrt-devel 1.0-1

Git Clone URL: https://aur.archlinux.org/openwrt-devel.git (read-only, click to copy)
Package Base: openwrt-devel
Description: Metapackage to pull all dependencies required to build OpenWrt
Upstream URL: https://openwrt.org/docs/guide-developer/build-system/install-buildsystem
Licenses: GPL
Submitter: hsc
Maintainer: graysky
Last Packager: graysky
Votes: 10
Popularity: 0.000861
First Submitted: 2019-01-06 18:37 (UTC)
Last Updated: 2024-04-27 18:55 (UTC)

Latest Comments

graysky commented on 2022-09-04 14:21 (UTC)

I added it as an optdepends

FPSUsername commented on 2022-09-04 14:13 (UTC)

Swig seems to be a dependency for building OpenWRT as well. I've had this error: error: command 'swig' failed: No such file or directory

graysky commented on 2021-09-04 21:35 (UTC)

Upon reviewing the OP wiki, sudo isn't listed at all.

Dark_iaji commented on 2021-09-03 14:41 (UTC)

I use opendoas instead of sudo and set an alias for dosa. Can sudo be set as an optional dependent package?

Snoop05 commented on 2021-05-19 20:25 (UTC)

adding rsync would be good idea https://github.com/openwrt/openwrt/commit/0ba83a757728185eabd965e07331508923cca825

graysky commented on 2021-02-04 18:12 (UTC)

Hello.  I believe your metapackage is forcing more deps than are needed to compile openwrt.

  1. Any package in base-devel is an assumed dependency[1].
  2. A few others, although listed on the openwrt wiki are simply not needed.  You might move them to the optdepends.

Recommended changes:

depends=(
  bash bzip2 git libelf libxslt ncurses openssl python2 time unzip
  util-linux wget zlib
)

optdepends=(asciidoc help2man intltool perl-extutils-makemaker)
  1. https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

graysky commented on 2020-06-05 14:48 (UTC)

git needs to be a makedepends