mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 21:12:47 +02:00
fix quilt related unpack/patch error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7481 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cbc232782f
commit
221123a954
@ -51,7 +51,6 @@ define Kernel/Patch/Default
|
|||||||
$(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \
|
$(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \
|
||||||
if [ -d ./files ]; then $(CP) ./files/* $(LINUX_DIR)/; fi \
|
if [ -d ./files ]; then $(CP) ./files/* $(LINUX_DIR)/; fi \
|
||||||
)
|
)
|
||||||
touch $(PKG_BUILD_DIR)/.quilt_used
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(STAMP_PATCHED): $(STAMP_PREPARED)
|
$(STAMP_PATCHED): $(STAMP_PREPARED)
|
||||||
|
Loading…
Reference in New Issue
Block a user