| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
in combination with kernel symbol export stripping this significantly reduces
the kernel image size
SVN-Revision: 35320
|
|
|
|
| |
SVN-Revision: 35319
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35318
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35317
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35316
|
|
|
|
| |
SVN-Revision: 35315
|
|
|
|
|
|
|
|
| |
The default profile now contains Ethernet drivers for all the types
found on supported boards. There are other profiles for each Ethernet
driver.
SVN-Revision: 35314
|
|
|
|
| |
SVN-Revision: 35310
|
|
|
|
| |
SVN-Revision: 35309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to using the B53 switch driver where appropriate.
Use a non-tagged default config where it isn't confirmed to be
working.
Remove the switch configuration in preinit as the switch will now
be configured by the driver to use port isolation to prevent leakage
between lan and wan.
While at it, also provide a switch config for Neufbox 6.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35307
|
|
|
|
|
|
|
|
| |
Allow b53 access to the internal switch of BCM6328, BCM6362 and BCM6368.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35306
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports
switches connected through MDIO, SPI or memory mapped registers, and
supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch
chips.
Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35305
|
|
|
|
|
|
|
|
|
| |
The SPI driver is needed for supporting to boot from SPI flash on BCM6358
and BCM6368, and for SPI connected switches.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35304
|
|
|
|
| |
SVN-Revision: 35302
|
|
|
|
| |
SVN-Revision: 35300
|
|
|
|
| |
SVN-Revision: 35299
|
|
|
|
| |
SVN-Revision: 35297
|
|
|
|
| |
SVN-Revision: 35296
|
|
|
|
| |
SVN-Revision: 35295
|
|
|
|
|
|
| |
no variant is selected
SVN-Revision: 35294
|
|
|
|
|
|
| |
(fixes #12866)
SVN-Revision: 35293
|
|
|
|
| |
SVN-Revision: 35292
|
|
|
|
| |
SVN-Revision: 35291
|
|
|
|
| |
SVN-Revision: 35290
|
|
|
|
|
|
| |
-fdata-sections and --gc-sections to reduce size
SVN-Revision: 35288
|
|
|
|
| |
SVN-Revision: 35287
|
|
|
|
| |
SVN-Revision: 35286
|
|
|
|
| |
SVN-Revision: 35285
|
|
|
|
| |
SVN-Revision: 35265
|
|
|
|
| |
SVN-Revision: 35264
|
|
|
|
|
|
| |
Thanks to Daniel Golle
SVN-Revision: 35262
|
|
|
|
| |
SVN-Revision: 35260
|
|
|
|
| |
SVN-Revision: 35259
|
|
|
|
| |
SVN-Revision: 35258
|
|
|
|
|
|
| |
used (#12857)
SVN-Revision: 35257
|
|
|
|
| |
SVN-Revision: 35255
|
|
|
|
| |
SVN-Revision: 35251
|
|
|
|
|
|
|
|
|
|
|
| |
Updated to latest stable version and added an upstream patch to handle
a link failure
Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
[dgolle@allnet.de: refreshed patches]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 35250
|
|
|
|
| |
SVN-Revision: 35249
|
|
|
|
|
|
| |
necessary anymore
SVN-Revision: 35248
|
|
|
|
| |
SVN-Revision: 35247
|
|
|
|
|
|
|
|
|
|
|
|
| |
Factory image should be used to flash from
original firmware.
[juhosg: use the GENERIC_4M template]
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35246
|
|
|
|
|
|
|
| |
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35245
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ralink RT3052F, 4MB flash, 32MB ram, one USB 2.0, two buttons
and seven leds.
Factory image should be used to flash from original firmware.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35244
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These targets need custom image names specified in the uImage header.
MkImage accepts an optional 4th argument to do exactly that. Reuse the
facility to generate factory images.
Compile-tested, the generated files inspected with "file" utility.
[juhosg:
- keep the factory.bin images to avoid users confusion,
- use GENERIC_4M template for the W306R V2.0
- update commit log]
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35243
|
|
|
|
|
|
|
|
|
| |
Sysupgrade/KRuImage and BuildFirmware/Generic macros
are changed as well.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35242
|
|
|
|
|
|
| |
increasing the wait time to five seconds
SVN-Revision: 35240
|
|
|
|
| |
SVN-Revision: 35239
|
|
|
|
|
|
|
|
|
|
| |
This becomes crucial when you are using a generic profile to build an image
larger than 4M, e.g. for w502u.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35238
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only assign a pvid if the current pvid is 0. Fixes using mixed tagged
and untagged traffic on a port and the untagged vlan isn't the last one
of which the port is a member.
Tested on RTL8366S and RTL8367R.
Fixes #8501.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35227
|