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

build: update opkg config generation to match upstream

parent 0abe7fe4
No related branches found
No related tags found
No related merge requests found
...@@ -375,11 +375,10 @@ package_install: FORCE ...@@ -375,11 +375,10 @@ package_install: FORCE
include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/version.mk
opkg_config: FORCE opkg_config: FORCE
cp $(GLUON_OPENWRTDIR)/package/system/opkg/files/opkg.conf $(TARGET_DIR)/etc/opkg.conf
for d in base packages luci routing telephony management; 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"; \
done done > $(TARGET_DIR)/etc/opkg/distfeeds.conf
$(VERSION_SED) $(TARGET_DIR)/etc/opkg.conf $(VERSION_SED) $(TARGET_DIR)/etc/opkg/distfeeds.conf
image: FORCE image: FORCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment