Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kernel: remove more unnecessary kernel version checks/dependencies | Felix Fietkau | 2012-05-27 | 7 | -83/+16 | |
| | | | | SVN-Revision: 31907 | |||||
* | kernel: properly pad the allocated headroom in skb_cow to NET_SKB_PAD | Felix Fietkau | 2012-05-27 | 1 | -1/+2 | |
| | | | | SVN-Revision: 31906 | |||||
* | linux/3.2: R.I.P. | Gabor Juhos | 2012-05-27 | 141 | -70858/+0 | |
| | | | | SVN-Revision: 31905 | |||||
* | xburst: remove support for old kernels | Gabor Juhos | 2012-05-27 | 54 | -24727/+0 | |
| | | | | SVN-Revision: 31904 | |||||
* | xburst: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31903 | |||||
* | xburst: add support for 3.3 | Gabor Juhos | 2012-05-27 | 26 | -0/+5408 | |
| | | | | SVN-Revision: 31902 | |||||
* | ppc44x: remove 3.2 support | Gabor Juhos | 2012-05-27 | 3 | -264/+0 | |
| | | | | SVN-Revision: 31901 | |||||
* | ppx44x: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31900 | |||||
* | ppc44x: add support for 3.3 | Gabor Juhos | 2012-05-27 | 3 | -0/+285 | |
| | | | | | | Compile tested only. SVN-Revision: 31899 | |||||
* | cobalt: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 2 | -6/+8 | |
| | | | | | | Compile tested only. SVN-Revision: 31898 | |||||
* | ep93xx: remove 3.2 support | Gabor Juhos | 2012-05-27 | 4 | -1521/+0 | |
| | | | | SVN-Revision: 31897 | |||||
* | ep93xx: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31896 | |||||
* | ep93xx: add support for 3.3 | Gabor Juhos | 2012-05-27 | 4 | -0/+1529 | |
| | | | | | | Compile tested only. SVN-Revision: 31895 | |||||
* | au1000: remove 3.2 support | Gabor Juhos | 2012-05-27 | 4 | -312/+0 | |
| | | | | SVN-Revision: 31894 | |||||
* | au1000: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31893 | |||||
* | au1000: add support for 3.3 | Gabor Juhos | 2012-05-27 | 4 | -0/+299 | |
| | | | | | | Compile tested only. SVN-Revision: 31892 | |||||
* | linux/3.1: R.I.P. | Gabor Juhos | 2012-05-27 | 128 | -71377/+0 | |
| | | | | SVN-Revision: 31891 | |||||
* | omap24xx: remove 3.1 support | Gabor Juhos | 2012-05-27 | 25 | -15609/+0 | |
| | | | | SVN-Revision: 31890 | |||||
* | omap24xx: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31889 | |||||
* | cns3xxx: remove 3.1 support | Gabor Juhos | 2012-05-27 | 15 | -27496/+0 | |
| | | | | SVN-Revision: 31888 | |||||
* | cns3xxx: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31887 | |||||
* | kernel: add a few patches for avoiding unnecessary skb reallocations - ↵ | Felix Fietkau | 2012-05-27 | 3 | -0/+59 | |
| | | | | | | significantly improves ethernet<->wireless performance with mac80211 based drivers SVN-Revision: 31886 | |||||
* | bcm63xx: build images for DSL-274XB revision F1 | Jonas Gorski | 2012-05-27 | 1 | -0/+3 | |
| | | | | | | | | | | | Build images for D-Link DSL-274XB revision F1. Flashing through original web UI as well as CFE works. Known issues: * wifi led inverted (on when wifi is off and vice cersa) * same issues as generic bcm6328 support SVN-Revision: 31885 | |||||
* | bcm63xx: add ath9k to atheros wifi profile | Jonas Gorski | 2012-05-27 | 1 | -1/+1 | |
| | | | | SVN-Revision: 31884 | |||||
* | bcm63xx: enable bcm6328 support and required drivers | Jonas Gorski | 2012-05-27 | 1 | -3/+6 | |
| | | | | | | | | | | | BCM6328 support is in a usable state, with the following issues * internal switch port not configurable * external phys not supported * broadcom wifis will probably not work correctly * and all other generic bcm63xx issues (so yes, still no ADSL) SVN-Revision: 31883 | |||||
* | bcm63xx: add support for DSL-274XB rev F1 | Jonas Gorski | 2012-05-27 | 8 | -6/+146 | |
| | | | | SVN-Revision: 31882 | |||||
* | bcm63xx: fix port state after network down | Jonas Gorski | 2012-05-27 | 1 | -0/+28 | |
| | | | | | | | | bcm_enetsw_probe did not properly reset port states, resulting in connected ports staying disabled after bringing up the interface the second time. SVN-Revision: 31881 | |||||
* | bcm63xx: add a fixup for ath9k devices | Jonas Gorski | 2012-05-27 | 23 | -63/+1447 | |
| | | | | SVN-Revision: 31880 | |||||
* | bcm63xx: add support for the HSSPI controller | Jonas Gorski | 2012-05-27 | 33 | -55/+1241 | |
| | | | | | | | Add support for the HSSPI controller found on bcm6328 and SPI attached flash. SVN-Revision: 31879 | |||||
* | bcm63xx: add preliminary support for bcm6328 | Jonas Gorski | 2012-05-27 | 21 | -18/+1364 | |
| | | | | SVN-Revision: 31878 | |||||
* | bcm63xx: add flash type detection | Jonas Gorski | 2012-05-27 | 32 | -80/+414 | |
| | | | | SVN-Revision: 31877 | |||||
* | bcm63xx: pad Speedport W303 V images to 4 MiB | Jonas Gorski | 2012-05-27 | 1 | -1/+1 | |
| | | | | | | | Prevents CFE from flashing to the second image offset. Fix up the rootfs length on first boot else CFE will complain. SVN-Revision: 31876 | |||||
* | tools: imagetag: add parameter for padding images | Jonas Gorski | 2012-05-27 | 4 | -2/+64 | |
| | | | | | | | Allow images to be padded to a certain size. This prevents CFE from flashing them to the second image offset. SVN-Revision: 31875 | |||||
* | bcm63xx: add a default switch configuration for DSL-274XB | Jonas Gorski | 2012-05-27 | 1 | -1/+6 | |
| | | | | SVN-Revision: 31874 | |||||
* | bcm63xx: setup network config through uci-defaults | Jonas Gorski | 2012-05-27 | 11 | -159/+42 | |
| | | | | SVN-Revision: 31873 | |||||
* | bcm63xx: move the board name workaround to /lib/brcm63xx.sh | Jonas Gorski | 2012-05-27 | 2 | -8/+8 | |
| | | | | SVN-Revision: 31872 | |||||
* | bcm63xx: use the exact board id as board identification string | Jonas Gorski | 2012-05-27 | 2 | -14/+17 | |
| | | | | | | No need to keep the bcm63xx/ at the start or the chipid info at the end. SVN-Revision: 31871 | |||||
* | kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵ | Felix Fietkau | 2012-05-27 | 7 | -169/+46 | |
| | | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870 | |||||
* | netifd: fix "Command failed: Not found" error with dhcp | Felix Fietkau | 2012-05-26 | 1 | -1/+2 | |
| | | | | SVN-Revision: 31863 | |||||
* | mac80211: backport a fix for single-queue drivers (fixes #11534) | Felix Fietkau | 2012-05-26 | 2 | -5/+17 | |
| | | | | SVN-Revision: 31862 | |||||
* | ncurses: libncursesw should not depend on libncurses | Felix Fietkau | 2012-05-26 | 1 | -1/+0 | |
| | | | | SVN-Revision: 31861 | |||||
* | ppp: add back ip-{up,down}.d support for now | Felix Fietkau | 2012-05-26 | 2 | -0/+13 | |
| | | | | SVN-Revision: 31860 | |||||
* | mac80211: get rid of duplicate iw reg set command (thx, stintel) | Felix Fietkau | 2012-05-26 | 1 | -1/+0 | |
| | | | | SVN-Revision: 31859 | |||||
* | netifd: update to latest version, fixes an endian issue in broadcast address ↵ | Felix Fietkau | 2012-05-25 | 1 | -2/+2 | |
| | | | | | | handling SVN-Revision: 31858 | |||||
* | netifd: update to latest version, fixes overriding the mac address for ↵ | Felix Fietkau | 2012-05-24 | 1 | -2/+2 | |
| | | | | | | bridge interfaces (#11526) SVN-Revision: 31857 | |||||
* | kernel: fix a warning in the connmark module | Felix Fietkau | 2012-05-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 31856 | |||||
* | netifd: bring up wifi at boot | Felix Fietkau | 2012-05-24 | 1 | -1/+2 | |
| | | | | SVN-Revision: 31855 | |||||
* | util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. ↵ | Jo-Philipp Wich | 2012-05-24 | 1 | -0/+2 | |
| | | | | | | cryptsetup (#11508) SVN-Revision: 31854 | |||||
* | base-files: kill ubusd and udhcpc on sysupgrade as well | Felix Fietkau | 2012-05-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 31852 | |||||
* | base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade | Felix Fietkau | 2012-05-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 31851 |