mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-05 05:27:53 +01:00
disable wap54g images for now
SVN-Revision: 3082
This commit is contained in:
parent
0d3a347362
commit
4590caced7
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue