Changeset f665332 in freewrt
- Timestamp:
- Jan 15, 2007, 12:15:20 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 13071b7
- Parents:
- 086ee53
- Files:
-
- 3 edited
-
mk/targets.mk (modified) (1 diff)
-
target/image/brcm/Makefile (modified) (3 diffs)
-
target/linux/brcm-2.4/Config.in (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mk/targets.mk
r086ee53 rf665332 22 22 $(eval $(call target_template,2.4,brcm,asus-wl500g-premium,2_4_BRCM_ASUS_WL500G_PREMIUM,eth0.0,eth0.1,eth2,y)) 23 23 # 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)) 26 26 $(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)) 33 33 $(eval $(call target_template,2.4,brcm,linksys-wrt54g-4,2_4_BRCM_LINKSYS_WRT54G_4,eth0.0,eth0.1,eth1,y)) 34 34 $(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 132 132 endif 133 133 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)134 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_10),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_11),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_20),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_22),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_30),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_31),y) 180 180 ifeq ($(FS),jffs2) 181 181 MTD_ERASESIZE:=-64k … … 220 220 endif 221 221 222 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1 _0),y)222 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_10),y) 223 223 ifeq ($(FS),jffs2) 224 224 MTD_ERASESIZE:=-128k … … 229 229 endif 230 230 231 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1 _1),y)231 ifeq ($(FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_11),y) 232 232 ifeq ($(FS),jffs2) 233 233 MTD_ERASESIZE:=-128k -
target/linux/brcm-2.4/Config.in
r086ee53 rf665332 42 42 Asus WL500g premium 43 43 44 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1 _044 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_10 45 45 bool "Linksys WRT54G v1.0 [Linux 2.4]" 46 46 select FWRT_mipsel … … 57 57 Linksys WRT54G v1.0 58 58 59 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1 _159 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_11 60 60 bool "Linksys WRT54G v1.1 [Linux 2.4]" 61 61 select FWRT_mipsel … … 73 73 74 74 # FIXME is it ADMTEK? 75 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2 _075 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_20 76 76 bool "Linksys WRT54G v2.0 [Linux 2.4]" 77 77 select FWRT_mipsel … … 88 88 Linksys WRT54G v2.0 89 89 90 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2 _290 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_22 91 91 bool "Linksys WRT54G v2.2 [Linux 2.4]" 92 92 select FWRT_mipsel … … 103 103 Linksys WRT54G v2.2 104 104 105 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3 _0105 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_30 106 106 bool "Linksys WRT54G v3.0 [Linux 2.4]" 107 107 select FWRT_mipsel … … 118 118 Linksys WRT54G v3.0 119 119 120 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3 _1120 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_31 121 121 bool "Linksys WRT54G v3.1 [Linux 2.4]" 122 122 select FWRT_mipsel … … 148 148 Linksys WRT54G v4.0 149 149 150 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1 _0150 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_10 151 151 bool "Linksys WRT54GS v1.0 [Linux 2.4]" 152 152 select FWRT_mipsel … … 163 163 Linksys WRT54GS v1.0 164 164 165 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1 _1165 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_11 166 166 bool "Linksys WRT54GS v1.1 [Linux 2.4]" 167 167 select FWRT_mipsel
Note:
See TracChangeset
for help on using the changeset viewer.
