diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-31 11:46:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-31 11:46:26 +0000 |
commit | 4590caced72f7c825d4ecc7f9d2e300bbb13f5e8 (patch) | |
tree | bb96f1452479145011046c7cf2955f51ed3e90f7 | |
parent | 0d3a3473621403991c1cdbebe98d2060712bc157 (diff) | |
download | mtk-20170518-4590caced72f7c825d4ecc7f9d2e300bbb13f5e8.zip mtk-20170518-4590caced72f7c825d4ecc7f9d2e300bbb13f5e8.tar.gz mtk-20170518-4590caced72f7c825d4ecc7f9d2e300bbb13f5e8.tar.bz2 |
disable wap54g images for now
SVN-Revision: 3082
-rw-r--r-- | openwrt/target/linux/image/brcm/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index c9ba78d..b15e10b 100644 --- a/openwrt/target/linux/image/brcm/Makefile +++ b/openwrt/target/linux/image/brcm/Makefile @@ -71,13 +71,13 @@ endif ifeq ($(KERNEL),2.4) FSNAME:=$(patsubst jffs2-%,jffs2,$(FS)) -ifeq ($(FS),squashfs) -$(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx - cp $< $@ - echo -ne '\x01' >> $@ - -install: $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx -endif +# ifeq ($(FS),squashfs) +# $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx +# cp $< $@ +# echo -ne '\x01' >> $@ +# +# install: $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx +# endif ifneq ($(FS),jffs2-8MB) $(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx |