Skip to content
Snippets Groups Projects
Commit b5d01f81 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Remove oldpackages opkg.conf entry

The oldpackages repo has been dropped for Chaos Calmer.
parent c2d4c490
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,7 @@ endif ...@@ -368,7 +368,7 @@ endif
opkg_config: FORCE opkg_config: FORCE
cp $(GLUON_OPENWRTDIR)/package/system/opkg/files/opkg.conf $(TARGET_DIR)/etc/opkg.conf cp $(GLUON_OPENWRTDIR)/package/system/opkg/files/opkg.conf $(TARGET_DIR)/etc/opkg.conf
for d in base luci packages routing telephony management oldpackages; do \ for d in base packages luci routing telephony management; do \
echo "src/gz %n_$$d %U/$$d" >> $(TARGET_DIR)/etc/opkg.conf; \ echo "src/gz %n_$$d %U/$$d" >> $(TARGET_DIR)/etc/opkg.conf; \
done done
$(VERSION_SED) $(TARGET_DIR)/etc/opkg.conf $(VERSION_SED) $(TARGET_DIR)/etc/opkg.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment