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

build: copy opkg keypair to target openwrt tree instead of linking it

Fixes #579
parent 3643d818
No related branches found
No related tags found
No related merge requests found
......@@ -262,8 +262,9 @@ MODULE_PREFIX = gluon-$(GLUON_SITE_CODE)-$(PREPARED_RELEASE)
include $(INCLUDE_DIR)/target.mk
build-key: FORCE
ln -sf $(GLUON_OPKG_KEY) $(BUILD_KEY)
ln -sf $(GLUON_OPKG_KEY).pub $(BUILD_KEY).pub
rm -f $(BUILD_KEY) $(BUILD_KEY).pub
cp $(GLUON_OPKG_KEY) $(BUILD_KEY)
cp $(GLUON_OPKG_KEY).pub $(BUILD_KEY).pub
config: FORCE
+$(NO_TRACE_MAKE) scripts/config/conf OPENWRT_BUILD= QUIET=0
......
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