Currently CI doesn't work, because the dependencies from the packages
repo are not available.
<snip>
WARNING: No feed for package 'libopenldap' found
WARNING: No feed for package 'libidn2' found
WARNING: No feed for package 'libssh2' found
<snip>
This commit adds the packages repo.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
rm .config
cat > feeds.conf <<EOF
src-git base https://github.com/openwrt/openwrt.git;$BRANCH
+ src-git packages https://github.com/openwrt/packages.git;$BRANCH
src-link telephony $HOME/openwrt_telephony
src-git luci https://github.com/openwrt/luci.git;$BRANCH
EOF