diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-05 19:23:52 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-05 19:23:52 (GMT) |
commit | 8ffc15e21cf802c528d3999d73f57beae2282966 (patch) | |
tree | 46b356c8d9a3927329e2d46c6039db71606283ee | |
parent | 145c3183d3027e641e891b8d7598d61a6c3f8043 (diff) |
Makefile: add wr741 and dir300 to default target
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ # default targets -all: image/trunk/openwrt-ar71xx-tl-wr841 +all: image/trunk/openwrt-ar71xx-tl-wr841 \ + image/trunk/openwrt-ar71xx-tl-wr741 \ + image/trunk/openwrt-atheros # parallelization .NOTPARALLEL: |