| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 27246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compiling with -Os results in: "error: #error "glibc cannot be compiled without optimization"
Still, building with -Os is listed as feature in
<http://www.eglibc.org/features>:
""
Building with -Os
EGLIBC supports building the library with compiler optimizing for size -Os instead of for speed -O2.
""
SVN-Revision: 27245
|
|
|
|
|
|
|
|
| |
to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention.
Signed-off-by: Denton Gentry <denny@geekhold.com>
SVN-Revision: 27244
|
|
|
|
| |
SVN-Revision: 27243
|
|
|
|
|
|
| |
SysKonnect Yukon support * Atheros L2 Fast Ethernet support * Atheros L1 Gigabit Ethernet support * Atheros L1C * Atheros L1E Patch by Lauri Võsandi<lauri.vosandi@gmail.com>
SVN-Revision: 27242
|
|
|
|
|
|
| |
patch by Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27241
|
|
|
|
|
|
|
|
|
|
|
|
| |
bridge module has a dependency to IPv6 if IPv6 is enabled. Since the IPv6 module isn't exactly lightweight and bridge also only needs a single function from IPv6, it's rather easy to create a common "lib" module with a RCU pointer to the actual implementation, if the IPv6 module is loaded (although slightly hackish).
The codepath seems to be only taken when using IPv6, so there should be
no negative side effects when IPv6 isn't loaded. I did not measure how
big the performance impact is.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27237
|
|
|
|
| |
SVN-Revision: 27236
|
|
|
|
| |
SVN-Revision: 27235
|
|
|
|
| |
SVN-Revision: 27234
|
|
|
|
| |
SVN-Revision: 27233
|
|
|
|
| |
SVN-Revision: 27232
|
|
|
|
| |
SVN-Revision: 27230
|
|
|
|
| |
SVN-Revision: 27229
|
|
|
|
| |
SVN-Revision: 27228
|
|
|
|
| |
SVN-Revision: 27226
|
|
|
|
| |
SVN-Revision: 27222
|
|
|
|
| |
SVN-Revision: 27221
|
|
|
|
| |
SVN-Revision: 27220
|
|
|
|
| |
SVN-Revision: 27219
|
|
|
|
| |
SVN-Revision: 27218
|
|
|
|
| |
SVN-Revision: 27217
|
|
|
|
| |
SVN-Revision: 27216
|
|
|
|
| |
SVN-Revision: 27215
|
|
|
|
| |
SVN-Revision: 27214
|
|
|
|
| |
SVN-Revision: 27213
|
|
|
|
|
|
| |
marek siller
SVN-Revision: 27210
|
|
|
|
| |
SVN-Revision: 27209
|
|
|
|
|
|
| |
wifi capability out of the box.
SVN-Revision: 27202
|
|
|
|
|
|
| |
kmod-bluetooth compile.
SVN-Revision: 27201
|
|
|
|
|
|
| |
IPv4 addr was found
SVN-Revision: 27198
|
|
|
|
|
|
| |
masq_dest
SVN-Revision: 27196
|
|
|
|
| |
SVN-Revision: 27195
|
|
|
|
| |
SVN-Revision: 27194
|
|
|
|
| |
SVN-Revision: 27193
|
|
|
|
|
|
| |
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27192
|
|
|
|
|
|
|
|
| |
Also make linux identify itself properly as 3.0, not 3.0.0.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27191
|
|
|
|
|
|
|
|
| |
common.c is missing an include for linux/ratelimit.h.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27190
|
|
|
|
|
|
|
|
|
|
| |
Insmod silently rejected being run on any non 2.x kernel. Make its version
check allow newer kernels (and reject 2.4- when not enabling the 2.4
feature).
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27189
|
|
|
|
|
|
|
|
| |
Allows madwifi to be built against linux 3.0.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27188
|
|
|
|
|
|
|
|
| |
Add patches from Hauke adding linux 3.0 compatibility.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27187
|
|
|
|
|
|
|
|
|
| |
Also disable rtc-core for now since this changed to a bool, now directly
used in the kernel if enabled.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27186
|
|
|
|
|
|
|
|
|
| |
2.4 isn't present anymore, so it will always be 2.6 (or newer). Since the
2.6 check will break with 3.0, remove it alltogether.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27185
|
|
|
|
|
|
| |
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27184
|
|
|
|
|
|
| |
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27183
|
|
|
|
|
|
|
|
| |
defined.
Signed-off-by: Philip A. Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27182
|
|
|
|
| |
SVN-Revision: 27181
|
|
|
|
|
|
| |
(netfilter: IPv6: fix DSCP mangle code)
SVN-Revision: 27179
|
|
|
|
| |
SVN-Revision: 27178
|
|
|
|
| |
SVN-Revision: 27175
|