diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-12-21 15:52:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-12-21 15:52:06 +0000 |
commit | 93fda192a7f990dc7350b49642d4338cb830c0fc (patch) | |
tree | 5faf2885ffc164f7153f55dffae357119e6ee0cd /target/linux/atheros/image | |
parent | c35ce46724b82cc50a14b4d1d73a24d15a646d37 (diff) | |
download | master-187ad058-93fda192a7f990dc7350b49642d4338cb830c0fc.tar.gz master-187ad058-93fda192a7f990dc7350b49642d4338cb830c0fc.tar.bz2 master-187ad058-93fda192a7f990dc7350b49642d4338cb830c0fc.zip |
fix typo in atheros image makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/image')
-rw-r--r-- | target/linux/atheros/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index 4340e769df..45b72c7a87 100644 --- a/target/linux/atheros/image/Makefile +++ b/target/linux/atheros/image/Makefile @@ -25,7 +25,7 @@ define Image/Build -$(STAGING_DIR_HOST)/bin/mkfwimage \ -B XS2 -v XS2.ar2316.OpenWrt \ - -k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma + -k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt2-$(1).bin |