build: copy opkg keypair to target openwrt tree instead of linking it
Fixes #579
This commit is contained in:
parent
3643d818db
commit
87dd5bb3bb
5
Makefile
5
Makefile
@ -262,8 +262,9 @@ MODULE_PREFIX = gluon-$(GLUON_SITE_CODE)-$(PREPARED_RELEASE)
|
|||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
build-key: FORCE
|
build-key: FORCE
|
||||||
ln -sf $(GLUON_OPKG_KEY) $(BUILD_KEY)
|
rm -f $(BUILD_KEY) $(BUILD_KEY).pub
|
||||||
ln -sf $(GLUON_OPKG_KEY).pub $(BUILD_KEY).pub
|
cp $(GLUON_OPKG_KEY) $(BUILD_KEY)
|
||||||
|
cp $(GLUON_OPKG_KEY).pub $(BUILD_KEY).pub
|
||||||
|
|
||||||
config: FORCE
|
config: FORCE
|
||||||
+$(NO_TRACE_MAKE) scripts/config/conf OPENWRT_BUILD= QUIET=0
|
+$(NO_TRACE_MAKE) scripts/config/conf OPENWRT_BUILD= QUIET=0
|
||||||
|
Loading…
Reference in New Issue
Block a user