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

add missing flag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8203 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-28 02:54:50 +00:00
parent 69ac130ada
commit 25769190c8

View File

@ -5,7 +5,7 @@
# l: show legacy targets
ifeq ($(DEBUG),all)
build_debug:=dt
build_debug:=dlt
else
build_debug:=$(DEBUG)
endif