mirror of https://github.com/aredn/aredn.git
bugfix: remove freifunk feeds (#70)
This commit is contained in:
parent
7c6c1e4636
commit
9efb1e8dcb
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue