summaryrefslogtreecommitdiffstats
path: root/target/squashfs/Makefile.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:35:19 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 02:35:19 +0000
commitac73de9ec39b84dffde99a2ece362d22259c19b3 (patch)
treefad02c941186a7d17671f3170e3eb813078bf838 /target/squashfs/Makefile.in
parenteea502256413c8c7afebf36288cf599eefe6f3f4 (diff)
some Makefile cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs/Makefile.in')
-rw-r--r--target/squashfs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs/Makefile.in b/target/squashfs/Makefile.in
index f78961776..a5f875af8 100644
--- a/target/squashfs/Makefile.in
+++ b/target/squashfs/Makefile.in
@@ -1,3 +1,3 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
-TARGETS+=squashfsroot openwrt-code.bin.squashfs
+TARGETS+=openwrt-image
endif