You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 refers to "before e81f410" 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?
Not sure if this is supported by gluon at all. (These scripts have be provided by gluon)
The referenced repos in modules-file will be checked out locally in the packages folder, before referencing them in OpenWrt-root. I wonder if the git remote add file:/ syntax will work?
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 (#781 (comment))
The text was updated successfully, but these errors were encountered: