diff options
Diffstat (limited to 'openwrt/target/squashfs/squashfsroot.mk')
-rw-r--r-- | openwrt/target/squashfs/squashfsroot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/squashfs/squashfsroot.mk b/openwrt/target/squashfs/squashfsroot.mk index 3fe1212342..fce71643fd 100644 --- a/openwrt/target/squashfs/squashfsroot.mk +++ b/openwrt/target/squashfs/squashfsroot.mk @@ -57,4 +57,4 @@ openwrt-gs-code.bin.squashfs: openwrt-linux.trx.squashfs openwrt-g-code.bin.squashfs: openwrt-gs-code.bin.squashfs sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin.squashfs > openwrt-g-code.bin.squashfs -openwrt-image: openwrt-g-code.bin.squashfs +openwrt-image-squashfs: openwrt-g-code.bin.squashfs |