From: Felix Fietkau Date: Tue, 31 Jan 2006 11:46:26 +0000 (+0000) Subject: disable wap54g images for now X-Git-Tag: reboot~31179 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4590caced72f7c825d4ecc7f9d2e300bbb13f5e8;p=oweals%2Fopenwrt.git disable wap54g images for now SVN-Revision: 3082 --- diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index c9ba78df7c..b15e10b412 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