Commit Graph

20461 Commits (7fb394b9ab8e45c85202fc211ee9cabc0f4540c7)
 

Author SHA1 Message Date
Gabor Juhos 1570caeb75 tools: add xz dependency to automake
SVN-Revision: 31413
12 years ago
Gabor Juhos 50610aa869 linux/2.6.31: R.I.P.
SVN-Revision: 31412
12 years ago
Gabor Juhos 2e5d3d2795 linux/2.6.30: R.I.P.
SVN-Revision: 31411
12 years ago
Gabor Juhos c6379f6295 linux: add broken flag to targets which are using 2.6.30
SVN-Revision: 31410
12 years ago
Gabor Juhos c627479641 linux/3.3: nuke the gpio_buttons patch
It is superseded by the in-kernel gpio-keys-polled driver.

SVN-Revision: 31409
12 years ago
Gabor Juhos 2d91cb94ac mpc52xx: nuke 3.2 config
SVN-Revision: 31408
12 years ago
Gabor Juhos 0a83f90e21 mpc52xx: switch to 3.3.2
SVN-Revision: 31407
12 years ago
Gabor Juhos e904724726 mpc52xx: add kernel config for 3.3
SVN-Revision: 31406
12 years ago
Gabor Juhos 5024ffb976 ramips: nuke 3.2 suport
SVN-Revision: 31405
12 years ago
Gabor Juhos 6c8ca78067 ramips: switch to 3.3.2
SVN-Revision: 31404
12 years ago
Gabor Juhos 5c325b0057 ramips: add support for 3.3
SVN-Revision: 31403
12 years ago
Gabor Juhos 7f902c962b ramips: rt305x: add OHCI/EHCI registration code for RT3352
SVN-Revision: 31402
12 years ago
Gabor Juhos 1645928135 ramips: rt305x: fix CPU clock detection on RT3352
SVN-Revision: 31401
12 years ago
Gabor Juhos fb69e28eaf ramips: rt305x: use different memory size setup for RT3352
SVN-Revision: 31400
12 years ago
Gabor Juhos 818aeba960 ramips: rt3883: add profile and build sysupgrade image for the RT-N56U
SVN-Revision: 31399
12 years ago
Gabor Juhos 6b677e1d22 ramips: add swconfig to the default package list
SVN-Revision: 31398
12 years ago
Gabor Juhos ced031a0b2 ramips: build initramfs image for the Fonera 2.0N
SVN-Revision: 31397
12 years ago
Gabor Juhos fc88a363c0 ramips: rt305x: add initial support for Tenda W306R V2.0
More device info at: http://wiki.openwrt.org/toh/tenda/w306r

Signed-off-by: David Pearce <David_18051985@hotmail.com.au>
[juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages
from the profile, change broken GPIO number]

SVN-Revision: 31396
12 years ago
Gabor Juhos 88b5827c52 ramips: remove hardcoded console parameter from kernel configs
SVN-Revision: 31395
12 years ago
Gabor Juhos 1ffcaae700 linux/3.3: fix crypto4xx build failure
SVN-Revision: 31394
12 years ago
Mirko Vogt 47ea827dce remove screwed up patch for gcc 4.7-linaro which got committed by accident
SVN-Revision: 31393
12 years ago
Mirko Vogt 84307e4035 add support for GCC 4.7-linaro (based on GCC 4.7.1)
SVN-Revision: 31392
12 years ago
Mirko Vogt 87cdc0dd5b change /etc/config/network according to actual VLAN config to enable LAN port 4 on the ARV4520PW board
The VLAN mapping on the ARV4520PW board is the following:

port on Router: | VLAN in software:
LAN 1           | 3
LAN 2           | 2
LAN 3           | 1
LAN 4           | 0
DSL             | 4

So LAN4 is not VLAN4 but VLAN0 (VLAN4 is DSL port) -> set "3 2 1 0 5t" as default switch config.

SVN-Revision: 31391
12 years ago
Jo-Philipp Wich f79bfe6072 gcc: add patch to make the getenv() spec function nonfatal if requested environment variable is unset
SVN-Revision: 31390
12 years ago
Gabor Juhos 2624d67c08 ppc40x: nuke 3.2 support
SVN-Revision: 31387
12 years ago
Gabor Juhos f4833aa075 ppc40x: switch to 3.3.2
SVN-Revision: 31386
12 years ago
Gabor Juhos cfe4a6cb93 ppc40x: sync 3.3 config
SVN-Revision: 31385
12 years ago
Gabor Juhos 9140d4ee44 ar71xx: remove duplicated AP121 Kconfig entry
SVN-Revision: 31382
12 years ago
Gabor Juhos ef54b5736d cns21xx: remove 3.2 support
SVN-Revision: 31381
12 years ago
Gabor Juhos e667eb752b cns21xx: switch to 3.3.2
SVN-Revision: 31380
12 years ago
Gabor Juhos d1af548557 cns21xx: add support for 3.3
SVN-Revision: 31379
12 years ago
Gabor Juhos 434655d460 linux/3.3: update ARM mach-types
SVN-Revision: 31378
12 years ago
Jo-Philipp Wich 2d19ca6925 e2fsprogs: fix status reaping with fsck piped to logger, based on patch by Lukasz Golec-Biernat <mojedokumenty+openwrt@gmail.com>
SVN-Revision: 31377
12 years ago
Jo-Philipp Wich 3c4165a305 enable ntpd server for busybox
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
12 years ago
Claudio Mignanti 5c33f4e305 Add a missing symbol for config-3.3
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>

SVN-Revision: 31373
12 years ago
Claudio Mignanti 701309ec11 Reorganize the subtargets, group subtargets per cpu family
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>

SVN-Revision: 31372
12 years ago
Claudio Mignanti 3ac08ca653 Update the kernel to 3.3.x series, remove patches that doesn't apply anymore
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>

SVN-Revision: 31371
12 years ago
Claudio Mignanti f50231aeb3 Ensure that the bin directory exists before copy the files
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>

SVN-Revision: 31370
12 years ago
Florian Fainelli 147646fc66 remove some annoying warnings and fix snd modules build
SVN-Revision: 31365
12 years ago
Florian Fainelli eadf592371 add missing config symbol
SVN-Revision: 31364
12 years ago
Florian Fainelli 4acba49534 gpio-button-hotplug: don't build on 2.6.30
SVN-Revision: 31363
12 years ago
Florian Fainelli bd50216764 button-hotplug: prevent build on 2.6.30
SVN-Revision: 31362
12 years ago
Florian Fainelli d509a445cb xfsprogs: disable po files building
SVN-Revision: 31361
12 years ago
Gabor Juhos da2cc2c79a ar71xx: nuke 3.2 support
SVN-Revision: 31360
12 years ago
Gabor Juhos 9854d6fb7f ar71xx: switch to 3.3.2
SVN-Revision: 31359
12 years ago
Gabor Juhos a6b4b5fd6e ar71xx: sync 3.3 config
SVN-Revision: 31358
12 years ago
Gabor Juhos ef97415b92 ar71xx: merge/reorganize 3.3 patches
SVN-Revision: 31357
12 years ago
Gabor Juhos 408de85883 ar71xx: use ap91_pci_init for RB751{,G}
SVN-Revision: 31356
12 years ago
Gabor Juhos 0a9832b50d ar71xx: move USB device registration directly into rb751{,g}_setup
SVN-Revision: 31355
12 years ago
Gabor Juhos 78967e6640 ar71xx: add ap9x_pci_get_wmac_data helper
SVN-Revision: 31354
12 years ago