Changeset f665332 in freewrt


Ignore:
Timestamp:
Jan 15, 2007, 12:15:20 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
13071b7
Parents:
086ee53
Message:

fix creation of base-files-arch, reported by ulmen some time ago

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1598 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mk/targets.mk

    r086ee53 rf665332  
    2222$(eval $(call target_template,2.4,brcm,asus-wl500g-premium,2_4_BRCM_ASUS_WL500G_PREMIUM,eth0.0,eth0.1,eth2,y))
    2323# linksys models
    24 $(eval $(call target_template,2.4,brcm,linksys-wrt54gs-10,2_4_BRCM_LINKSYS_WRT54GS_1_0,eth0.0,eth0.1,eth1,y))
    25 $(eval $(call target_template,2.4,brcm,linksys-wrt54gs-11,2_4_BRCM_LINKSYS_WRT54GS_1_1,eth0.0,eth0.1,eth1,y))
     24$(eval $(call target_template,2.4,brcm,linksys-wrt54gs-10,2_4_BRCM_LINKSYS_WRT54GS_10,eth0.0,eth0.1,eth1,y))
     25$(eval $(call target_template,2.4,brcm,linksys-wrt54gs-11,2_4_BRCM_LINKSYS_WRT54GS_11,eth0.0,eth0.1,eth1,y))
    2626$(eval $(call target_template,2.4,brcm,linksys-wrt54gs-4,2_4_BRCM_LINKSYS_WRT54GS_4,eth0.0,eth0.1,eth1,y))
    27 $(eval $(call target_template,2.4,brcm,linksys-wrt54g-10,2_4_BRCM_LINKSYS_WRT54G_1_0,eth0,eth1,eth2,n))
    28 $(eval $(call target_template,2.4,brcm,linksys-wrt54g-11,2_4_BRCM_LINKSYS_WRT54G_1_1,eth0,eth1,eth2,n))
    29 $(eval $(call target_template,2.4,brcm,linksys-wrt54g-20,2_4_BRCM_LINKSYS_WRT54G_2_0,eth0.0,eth0.1,eth1,y))
    30 $(eval $(call target_template,2.4,brcm,linksys-wrt54g-22,2_4_BRCM_LINKSYS_WRT54G_2_2,eth0.0,eth0.1,eth1,y))
    31 $(eval $(call target_template,2.4,brcm,linksys-wrt54g-30,2_4_BRCM_LINKSYS_WRT54G_3_0,eth0.0,eth0.1,eth1,y))
    32 $(eval $(call target_template,2.4,brcm,linksys-wrt54g-31,2_4_BRCM_LINKSYS_WRT54G_3_1,eth0.0,eth0.1,eth1,y))
     27$(eval $(call target_template,2.4,brcm,linksys-wrt54g-10,2_4_BRCM_LINKSYS_WRT54G_10,eth0,eth1,eth2,n))
     28$(eval $(call target_template,2.4,brcm,linksys-wrt54g-11,2_4_BRCM_LINKSYS_WRT54G_11,eth0,eth1,eth2,n))
     29$(eval $(call target_template,2.4,brcm,linksys-wrt54g-20,2_4_BRCM_LINKSYS_WRT54G_20,eth0.0,eth0.1,eth1,y))
     30$(eval $(call target_template,2.4,brcm,linksys-wrt54g-22,2_4_BRCM_LINKSYS_WRT54G_22,eth0.0,eth0.1,eth1,y))
     31$(eval $(call target_template,2.4,brcm,linksys-wrt54g-30,2_4_BRCM_LINKSYS_WRT54G_30,eth0.0,eth0.1,eth1,y))
     32$(eval $(call target_template,2.4,brcm,linksys-wrt54g-31,2_4_BRCM_LINKSYS_WRT54G_31,eth0.0,eth0.1,eth1,y))
    3333$(eval $(call target_template,2.4,brcm,linksys-wrt54g-4,2_4_BRCM_LINKSYS_WRT54G_4,eth0.0,eth0.1,eth1,y))
    3434$(eval $(call target_template,2.4,brcm,linksys-wrt54gl,2_4_BRCM_LINKSYS_WRT54GL,eth0.0,eth0.1,eth1,r))
  • target/image/brcm/Makefile

    r086ee53 rf665332  
    132132endif
    133133
    134 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0),y)
    135 ifeq ($(FS),jffs2)
    136 MTD_ERASESIZE:=-64k
    137 endif
    138 $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    139         $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
    140 install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
    141 endif
    142 
    143 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1),y)
    144 ifeq ($(FS),jffs2)
    145 MTD_ERASESIZE:=-64k
    146 endif
    147 $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    148         $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
    149 install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
    150 endif
    151 
    152 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0),y)
    153 ifeq ($(FS),jffs2)
    154 MTD_ERASESIZE:=-64k
    155 endif
    156 $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    157         $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
    158 install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
    159 endif
    160 
    161 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2),y)
    162 ifeq ($(FS),jffs2)
    163 MTD_ERASESIZE:=-64k
    164 endif
    165 $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    166         $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
    167 install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
    168 endif
    169 
    170 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0),y)
    171 ifeq ($(FS),jffs2)
    172 MTD_ERASESIZE:=-64k
    173 endif
    174 $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
    175         $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
    176 install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
    177 endif
    178 
    179 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1),y)
     134ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_10),y)
     135ifeq ($(FS),jffs2)
     136MTD_ERASESIZE:=-64k
     137endif
     138$(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
     139        $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
     140install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
     141endif
     142
     143ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_11),y)
     144ifeq ($(FS),jffs2)
     145MTD_ERASESIZE:=-64k
     146endif
     147$(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
     148        $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
     149install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
     150endif
     151
     152ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_20),y)
     153ifeq ($(FS),jffs2)
     154MTD_ERASESIZE:=-64k
     155endif
     156$(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
     157        $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
     158install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
     159endif
     160
     161ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_22),y)
     162ifeq ($(FS),jffs2)
     163MTD_ERASESIZE:=-64k
     164endif
     165$(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
     166        $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
     167install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
     168endif
     169
     170ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_30),y)
     171ifeq ($(FS),jffs2)
     172MTD_ERASESIZE:=-64k
     173endif
     174$(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin: $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)$(MTD_ERASESIZE).trx
     175        $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
     176install: $(BIN_DIR)/$(FWRT_PREFIX)-$(MODEL)-$(BOARD)-$(KERNEL)-$(FS).bin
     177endif
     178
     179ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_31),y)
    180180ifeq ($(FS),jffs2)
    181181MTD_ERASESIZE:=-64k
     
    220220endif
    221221
    222 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0),y)
     222ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_10),y)
    223223ifeq ($(FS),jffs2)
    224224MTD_ERASESIZE:=-128k
     
    229229endif
    230230
    231 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1),y)
     231ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_11),y)
    232232ifeq ($(FS),jffs2)
    233233MTD_ERASESIZE:=-128k
  • target/linux/brcm-2.4/Config.in

    r086ee53 rf665332  
    4242          Asus WL500g premium
    4343
    44 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_0
     44config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_10
    4545        bool "Linksys WRT54G v1.0 [Linux 2.4]"
    4646        select FWRT_mipsel
     
    5757          Linksys WRT54G v1.0
    5858
    59 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1
     59config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_11
    6060        bool "Linksys WRT54G v1.1 [Linux 2.4]"
    6161        select FWRT_mipsel
     
    7373
    7474# FIXME is it ADMTEK?
    75 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0
     75config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_20
    7676        bool "Linksys WRT54G v2.0 [Linux 2.4]"
    7777        select FWRT_mipsel
     
    8888          Linksys WRT54G v2.0
    8989
    90 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2
     90config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_22
    9191        bool "Linksys WRT54G v2.2 [Linux 2.4]"
    9292        select FWRT_mipsel
     
    103103          Linksys WRT54G v2.2
    104104
    105 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0
     105config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_30
    106106        bool "Linksys WRT54G v3.0 [Linux 2.4]"
    107107        select FWRT_mipsel
     
    118118          Linksys WRT54G v3.0
    119119
    120 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1
     120config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_31
    121121        bool "Linksys WRT54G v3.1 [Linux 2.4]"
    122122        select FWRT_mipsel
     
    148148          Linksys WRT54G v4.0
    149149
    150 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0
     150config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_10
    151151        bool "Linksys WRT54GS v1.0 [Linux 2.4]"
    152152        select FWRT_mipsel
     
    163163          Linksys WRT54GS v1.0
    164164
    165 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1
     165config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_11
    166166        bool "Linksys WRT54GS v1.1 [Linux 2.4]"
    167167        select FWRT_mipsel
Note: See TracChangeset for help on using the changeset viewer.