OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 47... Line 47...
47 IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split 47 IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
48 endef 48 endef
Line 49... Line 49...
49   49  
50 define Device/ubnt-xm 50 define Device/ubnt-xm
51 $(Device/ubnt) 51 $(Device/ubnt)
52 DEVICE_PACKAGES += kmod-usb-ohci rssileds 52 DEVICE_PACKAGES += kmod-usb-ohci
53 UBNT_TYPE := XM 53 UBNT_TYPE := XM
54 UBNT_CHIP := ar7240 54 UBNT_CHIP := ar7240
55 KERNEL := kernel-bin | patch-cmdline | relocate-kernel | lzma | uImage lzma 55 KERNEL := kernel-bin | patch-cmdline | relocate-kernel | lzma | uImage lzma
Line 56... Line 56...
56 endef 56 endef
57   57  
58 define Device/ubnt-xw -  
59 $(Device/ubnt) 58 define Device/ubnt-xw
60 DEVICE_PACKAGES += rssileds 59 $(Device/ubnt)
61 UBNT_TYPE := XW 60 UBNT_TYPE := XW
Line 62... Line 61...
62 UBNT_CHIP := ar934x 61 UBNT_CHIP := ar934x
Line 121... Line 120...
121 endef 120 endef
Line 122... Line 121...
122   121  
123 define Device/ubnt-unifiac-lite 122 define Device/ubnt-unifiac-lite
124 $(Device/ubnt-unifiac) 123 $(Device/ubnt-unifiac)
125 DEVICE_TITLE := Ubiquiti UniFi AC-Lite 124 DEVICE_TITLE := Ubiquiti UniFi AC-Lite
126 DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct 125 DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x
127 DEVICE_PROFILE += UBNTUNIFIACLITE 126 DEVICE_PROFILE += UBNTUNIFIACLITE
128 BOARDNAME := UBNT-UF-AC-LITE 127 BOARDNAME := UBNT-UF-AC-LITE
129 endef 128 endef
Line 136... Line 135...
136 TARGET_DEVICES += ubnt-unifiac-mesh 135 TARGET_DEVICES += ubnt-unifiac-mesh
Line 137... Line 136...
137   136  
138 define Device/ubnt-unifiac-pro 137 define Device/ubnt-unifiac-pro
139 $(Device/ubnt-unifiac) 138 $(Device/ubnt-unifiac)
140 DEVICE_TITLE := Ubiquiti UniFi AC-Pro 139 DEVICE_TITLE := Ubiquiti UniFi AC-Pro
141 DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct 140 DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
142 DEVICE_PROFILE += UBNTUNIFIACPRO 141 DEVICE_PROFILE += UBNTUNIFIACPRO
143 BOARDNAME := UBNT-UF-AC-PRO 142 BOARDNAME := UBNT-UF-AC-PRO
144 endef 143 endef
Line 145... Line -...
145 TARGET_DEVICES += ubnt-unifiac-pro -  
146   -  
147 define Device/ubnt-unifiac-mesh-pro -  
148 $(Device/ubnt-unifiac-pro) -  
149 DEVICE_TITLE := Ubiquiti UniFi AC-Mesh-Pro -  
150 endef -  
151 TARGET_DEVICES += ubnt-unifiac-mesh-pro 144 TARGET_DEVICES += ubnt-unifiac-pro
152   145  
153 define Device/ubnt-unifi-outdoor 146 define Device/ubnt-unifi-outdoor
154 $(Device/ubnt-bz) 147 $(Device/ubnt-bz)
155 DEVICE_TITLE := Ubiquiti UniFi Outdoor 148 DEVICE_TITLE := Ubiquiti UniFi Outdoor
Line 264... Line 257...
264 endef 257 endef
265 TARGET_DEVICES += ubnt-ls-sr71 258 TARGET_DEVICES += ubnt-ls-sr71
Line 266... Line 259...
266   259  
267 define Device/ubnt-uap-pro 260 define Device/ubnt-uap-pro
268 DEVICE_TITLE := Ubiquiti UAP Pro 261 DEVICE_TITLE := Ubiquiti UAP Pro
269 KERNEL_SIZE := 2048k 262 KERNEL_SIZE := 1792k
270 IMAGE_SIZE := 15744k 263 IMAGE_SIZE := 15744k
271 MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,2048k(kernel),13696k(rootfs),256k(cfg)ro,64k(EEPROM)ro,15744k@0x50000(firmware) 264 MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1792k(kernel),13952k(rootfs),256k(cfg)ro,64k(EEPROM)ro,15744k@0x50000(firmware)
272 UBNT_TYPE := BZ 265 UBNT_TYPE := BZ
273 UBNT_CHIP := ar934x 266 UBNT_CHIP := ar934x
274 BOARDNAME := UAP-PRO 267 BOARDNAME := UAP-PRO
275 DEVICE_PROFILE := UBNT UAPPRO 268 DEVICE_PROFILE := UBNT UAPPRO