summaryrefslogtreecommitdiffstats
path: root/openwrt/target
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 03:38:48 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-12 03:38:48 +0000
commit0304f95d02535b7401d67365944ad628a22fd8cb (patch)
tree7a43f1608389872eb74a59dd0cb282f335a861a7 /openwrt/target
parente20735664a9a35d6d93555ce901f050c9fd89c60 (diff)
gnarf. squashfsroot needs to be build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/squashfs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/squashfs/Makefile.in b/openwrt/target/squashfs/Makefile.in
index a5f875af8..87ad9df53 100644
--- a/openwrt/target/squashfs/Makefile.in
+++ b/openwrt/target/squashfs/Makefile.in
@@ -1,3 +1,3 @@
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
-TARGETS+=openwrt-image
+TARGETS+=squashfsroot openwrt-image
endif