| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
SVN-Revision: 31552
|
|
|
|
| |
SVN-Revision: 31551
|
|
|
|
| |
SVN-Revision: 31550
|
|
|
|
| |
SVN-Revision: 31549
|
|
|
|
| |
SVN-Revision: 31548
|
|
|
|
| |
SVN-Revision: 31547
|
|
|
|
| |
SVN-Revision: 31546
|
|
|
|
| |
SVN-Revision: 31545
|
|
|
|
|
|
| |
up startup time
SVN-Revision: 31544
|
|
|
|
|
|
| |
compatibility scripts - allows selective fixup of individual interface sections instead of having to do the full scan_interfaces
SVN-Revision: 31543
|
|
|
|
|
|
| |
#11276)
SVN-Revision: 31542
|
|
|
|
| |
SVN-Revision: 31541
|
|
|
|
| |
SVN-Revision: 31540
|
|
|
|
| |
SVN-Revision: 31539
|
|
|
|
| |
SVN-Revision: 31537
|
|
|
|
| |
SVN-Revision: 31536
|
|
|
|
| |
SVN-Revision: 31535
|
|
|
|
| |
SVN-Revision: 31534
|
|
|
|
| |
SVN-Revision: 31533
|
|
|
|
|
|
| |
The generic 2.6.35 support has been remove long time ago.
SVN-Revision: 31532
|
|
|
|
| |
SVN-Revision: 31531
|
|
|
|
| |
SVN-Revision: 31530
|
|
|
|
|
|
| |
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31529
|
|
|
|
| |
SVN-Revision: 31528
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31527
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31526
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31525
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31524
|
|
|
|
|
|
| |
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31523
|
|
|
|
|
|
| |
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31522
|
|
|
|
| |
SVN-Revision: 31521
|
|
|
|
| |
SVN-Revision: 31520
|
|
|
|
| |
SVN-Revision: 31519
|
|
|
|
| |
SVN-Revision: 31518
|
|
|
|
| |
SVN-Revision: 31517
|
|
|
|
|
|
| |
and fixes dual-stack ppp route handling
SVN-Revision: 31516
|
|
|
|
|
|
| |
issues
SVN-Revision: 31515
|
|
|
|
| |
SVN-Revision: 31514
|
|
|
|
| |
SVN-Revision: 31513
|
|
|
|
| |
SVN-Revision: 31512
|
|
|
|
| |
SVN-Revision: 31511
|
|
|
|
| |
SVN-Revision: 31510
|
|
|
|
| |
SVN-Revision: 31509
|
|
|
|
| |
SVN-Revision: 31508
|
|
|
|
|
|
| |
Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
SVN-Revision: 31507
|
|
|
|
| |
SVN-Revision: 31506
|
|
|
|
| |
SVN-Revision: 31504
|
|
|
|
|
|
| |
for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html
SVN-Revision: 31503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When selecting a specific eglibc version, it comes with a specific SVN
revision that should not be modified as it (more or less) correspond to
a tagged release. This patch disable the possibility to select a specific
SVN revision on known eglib versions.
This patch also disables the possibility to select the trunk branch of
eglibc. There are multiple reasons for that:
* trunk/HEAD may not even compile
* the OpenWrt built system makes using trunk/HEAD a difficult thing, as
OpenWRT fetches the source tree and store it in a compressed tar archive.
Subsequent build get the source from the tar archive - not from SVN,
making the use of trunk/HEAD largelly innefective.
* we cannot know the corresponding version of trunk/HEAD, meaning that
we'll face compiling issues when we'll try to copy the libc files -
unless the build system is fixed with this specific issue in mind.
Signed-off-by: Emmanuel Deloget <logout@free.fr>
SVN-Revision: 31502
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
eglibc version number depends on the branch and on the maintenance release
(i.e. the SVN revision). Changing the revision may change the maintenance
version. This patch correlate the SVN revision to the correct version
number - without this change eglibc 2.14 provoke build errors when
building the base-files package (example, for 2.14):
$ make package/base-files/compile V=1
make[1] package/base-files/compile
make[2] -C package/opkg host-compile
make[2] -C package/base-files-network compile
make[2] -C package/base-files compile
cp: cannot stat `/home/me/openwrt/trunk/staging_dir/toolchain-arm_v7-a_gcc-4.6-linaro_eglibc-trunk_eabi/lib/ld-2.14.so': No such file or directory
Signed-off-by: Emmanuel Deloget <logout@free.fr>
SVN-Revision: 31501
|