diff options
Diffstat (limited to 'openwrt/target/Makefile.in')
-rw-r--r-- | openwrt/target/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/Makefile.in b/openwrt/target/Makefile.in index 802b576fb..2d23d8336 100644 --- a/openwrt/target/Makefile.in +++ b/openwrt/target/Makefile.in @@ -13,5 +13,5 @@ openwrt-gs-code.bin: openwrt-addpattern openwrt-linux.trx openwrt-g-code.bin: openwrt-gs-code.bin sed -e "1s,^W54S,W54G," < openwrt-gs-code.bin > openwrt-g-code.bin -openwrt-image: openwrt-g-code.bin +openwrt-image: openwrt openwrt-g-code.bin |