mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
remove some debug code that slipped into the commit
SVN-Revision: 6583
This commit is contained in:
parent
24faf55360
commit
12051a5761
@ -27,7 +27,6 @@ ifeq ($(strip $(PKG_UNPACK)),)
|
||||
UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) |
|
||||
endif
|
||||
ifeq ($(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
|
||||
$(error FOO: $(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
|
||||
EXT:=tar
|
||||
endif
|
||||
UNPACK ?= cat $(DL_DIR)/$(PKG_SOURCE) |
|
||||
|
Loading…
Reference in New Issue
Block a user