Skip to content

Commit

Permalink
Remove reverse dependency for armbian-config
Browse files Browse the repository at this point in the history
This utility doesn't need any build dependency and should be able to work standalone
  • Loading branch information
igorpecovnik committed May 22, 2024
1 parent 4c3530f commit 3d1d918
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/functions/bsp/armbian-bsp-cli-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function compile_armbian-bsp-cli() {
Maintainer: $MAINTAINER <$MAINTAINERMAIL>
Section: kernel
Priority: optional
Suggests: armbian-config
Recommends: bsdutils, parted, util-linux, toilet
Description: Armbian CLI BSP for board '${BOARD}' branch '${BRANCH}' ${extra_description[@]}
EOF
Expand Down
2 changes: 0 additions & 2 deletions lib/functions/compilation/packages/armbian-config-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ compile_armbian-config() {
Version: ${artifact_version}
Architecture: all
Maintainer: $MAINTAINER <$MAINTAINERMAIL>
Replaces: armbian-bsp, neofetch
Depends: bash, iperf3, psmisc, curl, bc, expect, dialog, pv, zip, debconf-utils, unzip, build-essential, html2text, html2text, dirmngr, software-properties-common, debconf, jq
Recommends: armbian-bsp
Suggests: libpam-google-authenticator, qrencode, network-manager, sunxi-tools
Section: utils
Priority: optional
Expand Down

0 comments on commit 3d1d918

Please sign in to comment.