| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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: 31540
|
|
|
|
| |
SVN-Revision: 31539
|
|
|
|
| |
SVN-Revision: 31537
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31526
|
|
|
|
|
|
| |
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: 31522
|
|
|
|
| |
SVN-Revision: 31517
|
|
|
|
|
|
| |
and fixes dual-stack ppp route handling
SVN-Revision: 31516
|
|
|
|
|
|
| |
issues
SVN-Revision: 31515
|
|
|
|
| |
SVN-Revision: 31514
|
|
|
|
| |
SVN-Revision: 31506
|
|
|
|
| |
SVN-Revision: 31504
|
|
|
|
|
|
| |
for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html
SVN-Revision: 31503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch makes several changes to the util-linux(-ng) package:
* rename to util-linux (official name now, util-linux-ng got merged)
* bump to last stable version 2.21.1 (was 2.13.0.1 before)
* add several new packages
* sort packages within Makefile
* remove patches which got merged upstream
This patch makes some changes to the e2fsprogs package:
* bump to last stable version 1.42.2
* libraries moved from e2fsprogs to util-linux - take care of that
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31499
|
|
|
|
| |
SVN-Revision: 31492
|
|
|
|
| |
SVN-Revision: 31490
|
|
|
|
|
|
| |
breakage in package/kernel leading to missing subsequent kmods like kmod-usb-serial, this should fix the missing packages in ar71xx builds.
SVN-Revision: 31477
|
|
|
|
| |
SVN-Revision: 31458
|
|
|
|
| |
SVN-Revision: 31456
|
|
|
|
|
|
| |
Upstream commit id: 15bbffea
SVN-Revision: 31455
|
|
|
|
| |
SVN-Revision: 31453
|
|
|
|
| |
SVN-Revision: 31444
|
|
|
|
|
|
|
|
|
| |
Any modifications in target/linux/*/modules.mk would not come into effect for
subsequent "make menuconfig" unless we delete ./tmp.
Signed-off-by: kalyan <kalyanatejaswi@gmail.com>
SVN-Revision: 31442
|
|
|
|
|
|
| |
Erm, Hauke was faster.
SVN-Revision: 31439
|
|
|
|
|
|
| |
That is required by various PCI drivers.
SVN-Revision: 31438
|
|
|
|
|
|
|
|
| |
Without module_pci_driver being defined the pci drivers do not get registered.
Should fix #11332
SVN-Revision: 31437
|
|
|
|
|
|
| |
not fill the log with error messages for interfaces that could not be found
SVN-Revision: 31432
|
|
|
|
|
|
| |
conflicts more unlikely
SVN-Revision: 31431
|
|
|
|
|
|
| |
clashes with an internal config_foreach variable
SVN-Revision: 31430
|
|
|
|
|
|
| |
stations
SVN-Revision: 31429
|
|
|
|
| |
SVN-Revision: 31428
|
|
|
|
|
|
|
| |
- remove trailing whitespaces (s/\ $//g)
- replace spaces with tabs between options and values
SVN-Revision: 31427
|
|
|
|
|
|
| |
Lukasz Golec-Biernat <mojedokumenty+openwrt@gmail.com>
SVN-Revision: 31377
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hi
Another version, in this one the enable_server option is in the timeserver ntp part of the "system" config file
You can patch trunk and bacfire (tested both)
You can put busybox ntpd in client mode (if you put server), in client & server (by putting enable_server to 1, ntpd listen to udp 123), and also in server mode only (if you didn't put any servers in the config and still put enable_server 1, ntpd will answer with the time of the router)
I've replaced "config_foreach getpeers timeserver" with "config_get peers ntp server" because we want ntp timeserver, not random ones (to pre-answer if someone want to say that it's intrusive ...)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Le 27/03/2012 20:41, Etienne Champetier a écrit :
> I've now tested my trunk patch and it works fine
> But I still can't find were $PROG is defined (is this a mistake, or some sort of built in variable???)
> (I've made some grep and nothing)
>
> Le 23/03/2012 02:19, Philip Prindeville a écrit :
>> Maybe:
>>
>> [ -n "$PROG" -a -x "$PROG" ] || return 1
>>
>> instead?
>>
>>
>> On 3/22/12 4:34 PM, Etienne Champetier wrote:
>>> Hi
>>>
>>> The 2 attached patchs (trunk & bacfire) add busybox ntpd enable_server option, as busybox ntpd server is compiled by default.
>>> We only need 1 client/server daemon (olipro patch was launching 2 daemons)
>>> I've fully tested the bacfire patch, and as i don't have a running openwrt trunk i'm not sure for the trunk patch (i'm sure about my modifications, but i'm not sure about "[ -x $PROG ] || return 1", as "$PROG" isn't defined ?!)
>>>
>>> Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
>>>
>>>
>>> Le 16/01/2012 01:57, Philip Prindeville a écrit :
>>>> On 1/14/12 11:37 AM, Olipro wrote:
>>>>> On Saturday 14 Jan 2012 02:45:59 Philip Prindeville wrote:
>>>>>> Don't we already have a 'disabled' option? Now we're adding an
>>>>>> 'enable_server' option?
>>>>>>
>>>>>> That seems confusing for no useful reason.
>>>>>>
>>>>> have you bothered to read what I originally wrote? your response would make
>>>>> me inclined to believe that you didn't.
>>>>>
>>>>> currently the ntpd initscript only runs it as a CLIENT - this patch enables
>>>>> you to have one instance running as a client and another as a SERVER that
>>>>> other hosts can synchronise with.
>>>>>
>>>>> Or perhaps I'm misunderstanding, what would you propose for allowing the
>>>>> built-in busybox ntpd to be utilised as a server? a separate init script
>>>>> entirely perhaps?
>>>> Or separate config sections... instead of 'config ntp' have 'config ntp-server' and 'config ntp-client'.
>>>>
>>>> -Philip
>>>>
>>>>
>>>> _______________________________________________
>>>> openwrt-devel mailing list
>>>> openwrt-devel@lists.openwrt.org
>>>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
SVN-Revision: 31374
|
|
|
|
| |
SVN-Revision: 31363
|
|
|
|
| |
SVN-Revision: 31362
|
|
|
|
| |
SVN-Revision: 31361
|
|
|
|
|
|
| |
power fix
SVN-Revision: 31347
|
|
|
|
| |
SVN-Revision: 31346
|
|
|
|
| |
SVN-Revision: 31340
|
|
|
|
| |
SVN-Revision: 31339
|
|
|
|
| |
SVN-Revision: 31326
|
|
|
|
| |
SVN-Revision: 31323
|
|
|
|
| |
SVN-Revision: 31322
|
|
|
|
|
|
|
|
| |
Resolves https://dev.openwrt.org/ticket/11192
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
SVN-Revision: 31311
|
|
|
|
| |
SVN-Revision: 31303
|
|
|
|
| |
SVN-Revision: 31291
|