- Apr 18, 2013
-
-
Felix Fietkau authored
SVN-Revision: 36359
-
Felix Fietkau authored
SVN-Revision: 36358
-
Felix Fietkau authored
SVN-Revision: 36356
-
Felix Fietkau authored
SVN-Revision: 36355
-
- Apr 17, 2013
-
-
Felix Fietkau authored
If the first byte is available in the address mask, use only that one - set the local bit and xor it with the id << 2. This ensures that there are no hardware BSSID & BSSID-mask conflicts with devices that have almost the same MAC address with just a small offset. The MAC address conflict has been observed in a deployment with some devices from the same batch when running with multiple interfaces. If only some bits of the last byte are available, xor the id onto the last MAC address byte (relevant mostly for Ralink devices). In other cases (should not happen at this point), use the previous MAC address offset calculation but without the local bit. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36353
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36352
-
Felix Fietkau authored
make the syntax more compatible with kernel menuconfig Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
-
Felix Fietkau authored
SVN-Revision: 36350
-
John Crispin authored
prepare_generic_squashfs was called twice on the generated images breaking mount_root Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36349
-
Jo-Philipp Wich authored
SVN-Revision: 36348
-
- Apr 16, 2013
-
-
Jo-Philipp Wich authored
SVN-Revision: 36346
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36344
-
John Crispin authored
https://dev.openwrt.org/ticket/13359 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36343
-
- Apr 15, 2013
-
-
Felix Fietkau authored
SVN-Revision: 36342
-
Imre Kaloz authored
SVN-Revision: 36340
-
Jo-Philipp Wich authored
SVN-Revision: 36339
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36338
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36336
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36335
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36334
-
- Apr 14, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36332
-
- Apr 12, 2013
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36329
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36328
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36327
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36326
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36325
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36324
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36323
-
Gabor Juhos authored
This makes the WDR4900 accessible via ethernet in failsafe mode. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36322
-
Gabor Juhos authored
Signed-off-by:
Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36321
-
Gabor Juhos authored
Signed-off-by:
Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36320
-
- Apr 11, 2013
-
-
John Crispin authored
this adds basic support. the bootloader on these units is locked down. until we have a replacement we can do basic testing with these env variables in uboot. set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize) set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000 unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle. please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36315
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36314
-
Luka Perkov authored
This adds Gateworks Laguna family board support. Note that some Laguna boards have SPI flash and others have NOR flash, thus the size/erasesize are detected dynamically. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 36313
-
John Crispin authored
Fix lantiq pinmux which affected PCI and USB. Known affected boards are: ARV4518 and ARV7518. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36312
-
- Apr 10, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36311
-
Felix Fietkau authored
Update ehci/ohci driver registration to conform to the new platform drivers. This fixes missing USB host support in 3.8.x Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 36309
-
Felix Fietkau authored
kernel: calibrate the TWD timer even when booting with only one CPU, it is used for the watchdog timer base Fixes booting on single-core CNS3xxx devices Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36308
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36307
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36306
-