diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-12 03:38:48 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-12 03:38:48 +0000 |
commit | 8f2d61586634d77897449eaafdc9ca04f765ff2f (patch) | |
tree | 057167960595c80f0a606fc641a9302bb4082def /target | |
parent | bf1beb70348499a33be764cc1c15f76bbe78d21b (diff) |
gnarf. squashfsroot needs to be build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/squashfs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs/Makefile.in b/target/squashfs/Makefile.in index a5f875af84..87ad9df53e 100644 --- a/target/squashfs/Makefile.in +++ b/target/squashfs/Makefile.in @@ -1,3 +1,3 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) -TARGETS+=openwrt-image +TARGETS+=squashfsroot openwrt-image endif |