diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 08:43:17 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-19 08:43:17 +0000 |
commit | c774a728f37181d400e26edfcc15e4d3e6510249 (patch) | |
tree | de60d64fc5594e2696d832d95b68bc64c1563bd6 /openwrt/target/Makefile.in | |
parent | c9cb208c67fc22dded67c32acdb2a88a95e135d7 (diff) |
build openwrt tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@271 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |