diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-21 01:36:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-21 01:36:19 +0000 |
commit | 40d2bd5ec18eff32f482e53a63c412d2da4acbf9 (patch) | |
tree | fc8e24816db714c30e3979471bde0bb6f202a2ab /target/linux/atheros/image | |
parent | 2fe29deb903e4f4a2e85eee7cdcd34f258ca0b33 (diff) | |
download | upstream-40d2bd5ec18eff32f482e53a63c412d2da4acbf9.tar.gz upstream-40d2bd5ec18eff32f482e53a63c412d2da4acbf9.tar.bz2 upstream-40d2bd5ec18eff32f482e53a63c412d2da4acbf9.zip |
rename picostation pico2 images to openwrt-atheros-ubnt2-pico2-... to avoid confusion
SVN-Revision: 15316
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 e2f6315705..40044895b8 100644 --- a/target/linux/atheros/image/Makefile +++ b/target/linux/atheros/image/Makefile @@ -39,7 +39,7 @@ define Image/Build -B XS2-8 -v XS2.ar2316.OpenWrt.$(REVISION) \ -k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ - -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt2-8-$(1).bin + -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt2-pico2-$(1).bin -$(STAGING_DIR_HOST)/bin/mkmylofw -B np25g \ -p0x020000:0x130000:ah:0x80041000:linux:$(KDIR)/vmlinux.bin.gz \ |