Skip to content

Commit

Permalink
Merge pull request #766 from freifunk-berlin/rename_packages
Browse files Browse the repository at this point in the history
Rename to packageslist to not conflict with packages-folder, that is used by the buildsystem now.
  • Loading branch information
SvenRoederer authored Apr 14, 2020
2 parents b71cbcc + aff82c1 commit acacc6a
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ bin
^openwrt
firmwares
dl
/packages
2 changes: 1 addition & 1 deletion assemble_firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e
IB_FILE=""
PROFILES=""
TEMP_DIR=""
PKGLIST_DIR="$(dirname "$0")/packages"
PKGLIST_DIR="$(dirname "$0")/packagelists"
DEST_DIR="$(dirname "$0")/firmwares"
DEBUG=""
USECASES=""
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit acacc6a

Please sign in to comment.