-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Feature "devicepackages" #863
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SvenRoederer
force-pushed
the
feature_devicepackages
branch
from
June 27, 2021 12:53
1b55dbe
to
539d266
Compare
SvenRoederer
force-pushed
the
feature_devicepackages
branch
from
July 9, 2021 15:05
f74c6cc
to
d9d2916
Compare
This ports the enhancements made by @andibraeu for @weimarnetz (weimarnetz/firmware#7 (comment)) to our imagebuild-script. The relevant changes have been extracted with `git diff 84e11c1b7b357742df57e4c7f166dd6a51325e2e^..f2cad865b2bcfc6fd700883c3316214b61e5e543` In contrast to WeimarNetz we use a space separated list of profiles as commandline parameter. Adding device-packages to each profile will make the commandline use inpractical. So use a global list for device-packages instead, located in teh packagelists-folder.
…finitions * accept ":" and ";" als separator
* via "curl -L https://github.com/weimarnetz/packages/raw/brauhaus-19.07/assemble/profiles/ath79_generic.profiles|grep ";" >> profile-packages.txt" * weimarnetz/packages@8c399e6 * See #696, weimarnetz/firmware#7
it's also an ath10k-wave1 board
parsed from Freifunk-Gluon
… integrated This is based on Issue #838 to make the WAN-port configurable in LuCI.
This allows automounting on the integrated SD-slot.
* 1st remove the flavor-suffix * use the normalized profilename to lookup the profile-packagelist
this causes unterminated strings inside OpenWrts Imagebuilder
SvenRoederer
force-pushed
the
feature_devicepackages
branch
from
July 9, 2021 15:11
d9d2916
to
f9e230d
Compare
…ing at begin of line This allows to comment out lines.
@weimarnetz @andibraeu This PR is based on you recent changes. Probably some of the change also apply to you, e.g b80e691, da82f73. I also added some board-definitions that are not in your list. |
nice, thank you! |
SvenRoederer
added a commit
to SvenRoederer/freifunk-berlin-firmware
that referenced
this pull request
May 13, 2022
4216c90 batman-adv: Fix build with kernel 5.15.38 50e02d4 Merge pull request freifunk-berlin#863 from ecsv/batadv-2022.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This extends the
assemble_firmware.sh
script in a way to parse a additional fileprofile-packages.txt
which allows to specify packages that should be installed / removed on a per profile / board basis.The code is based on the changes of @weimarnetz with minor changes for our flavor of the
assemble_firmware.sh
. Initially it was intended to fix issue #696 around the ath10k-wave1 chips.Quickly it turns out that this might also fix issue #838 (additional drivers for boards with integrated xDSL-hardware) and also allows adding mass storage support (SATA, SD-Card) in default images.