freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
74 stars 34 forks source link

buildenv: new "modules" file based feed syntax does not allow for alternative feed types #789

Open pmelange opened 4 years ago

pmelange commented 4 years ago

In the old system, using the "feeds.conf" file, it was possible to use feed types other than "src-git". For example, what I had used frequently to do prototyping, was the "src-link" feed type. All of the supported feed types which openwrt supports are listed here: https://openwrt.org/docs/guide-developer/feeds

This issue was created by request from @SvenRoederer (https://github.com/freifunk-berlin/firmware/pull/781#issuecomment-619441557)

SvenRoederer commented 4 years ago

In the old system

This refers to "before e81f4109c431d70fa79908df99f49704f14a9bbc" was merged to implement PR #714.


Before the change we had our feeds.conf directly linked to the OpenWrt-root. Since the change the scripts/update.sh and scripts/feeds.sh generating the feeds.conf in OpenWrt-root. Where do you see the failure? During the update.sh or the feeds.sh? Can you provide a log?

SvenRoederer commented 4 years ago