1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-29 02:05:06 +03: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:
nbd 2007-06-03 19:39:34 +00:00
parent cbc232782f
commit 221123a954

View File

@ -51,7 +51,6 @@ define Kernel/Patch/Default
$(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \
if [ -d ./files ]; then $(CP) ./files/* $(LINUX_DIR)/; fi \
)
touch $(PKG_BUILD_DIR)/.quilt_used
endef
$(STAMP_PATCHED): $(STAMP_PREPARED)