bugfix: remove freifunk feeds (#70)

This commit is contained in:
Joe AE6XE 2021-02-25 05:21:49 -08:00 committed by GitHub
parent 7c6c1e4636
commit 9efb1e8dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ openwrt-clean: stamp-clean-openwrt-cleaned .stamp-openwrt-cleaned
rm -f .stamp-unpatched
ln -sf $(TOP_DIR)/patches $(OPENWRT_DIR)/
ln -sf $(TOP_DIR)/files $(OPENWRT_DIR)/
sed -i "s/^.*freifunk.*$$//" $(OPENWRT_DIR)/feeds.conf.default
touch $@
# update openwrt and checkout specified commit