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 | 90ce6619a3cb1ac545dd6a30a2c5c10a872adca8 (patch) | |
tree | 47243c678b34ec9509466b3d7c1cbe97a69de92f /target | |
parent | 39e276a6f1279c7f5e8b09fe7952bc5c044b07f3 (diff) |
build openwrt tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@271 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index 802b576fba..2d23d8336a 100644 --- a/target/Makefile.in +++ b/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 |