1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

remove some debug code that slipped into the commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6583 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-03-16 20:32:32 +00:00
parent 643f013d15
commit 2e16303dd3

View File

@ -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) |