X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=target%2Fimagebuilder%2FMakefile;fp=target%2Fimagebuilder%2FMakefile;h=3bbadc7204d1e8859cbf363ae3101b753b08422f;hp=8607a2d7094c6bd63e12b65f44ce717d32bcc768;hb=621f39d1f438bf95dbae667c575926fa16a6d797;hpb=e1de25b68aac451321f404deb6f26def2f684b29 diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 8607a2d709..3bbadc7204 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -78,7 +78,7 @@ ifneq ($(CONFIG_SIGNATURE_CHECK),) $(CP) -L $(STAGING_DIR_ROOT)/usr/sbin/opkg-key $(PKG_BUILD_DIR)/scripts/ endif - $(CP) $(TOPDIR)/target/linux $(PKG_BUILD_DIR)/target/ + $(CP) -L $(TOPDIR)/target/linux $(PKG_BUILD_DIR)/target/ if [ -d $(TOPDIR)/staging_dir/host/lib/grub ]; then \ $(CP) $(TOPDIR)/staging_dir/host/lib/grub/ $(PKG_BUILD_DIR)/staging_dir/host/lib; \ fi