summaryrefslogtreecommitdiff
path: root/openwrt
Commit message (Collapse)AuthorAgeFilesLines
* port olsrd update in [2837] from whiterussian to trunkNicolas Thill2006-01-056-74/+27
| | | | SVN-Revision: 2839
* add bcm43xxFelix Fietkau2006-01-0510-0/+1754
| | | | SVN-Revision: 2836
* mount sysfs at boot on linux 2.6Felix Fietkau2006-01-051-0/+5
| | | | SVN-Revision: 2835
* add firmware loading support to hotplugFelix Fietkau2006-01-051-0/+9
| | | | SVN-Revision: 2834
* fix typoFelix Fietkau2006-01-051-1/+2
| | | | SVN-Revision: 2833
* create /etc/config if it doesn't existFelix Fietkau2006-01-051-0/+1
| | | | SVN-Revision: 2832
* enable firmware loader by default in brcm-2.6Felix Fietkau2006-01-051-1/+1
| | | | SVN-Revision: 2831
* move firstboot to preinit for now (until a better solution is implemented), ↵Felix Fietkau2006-01-042-5/+5
| | | | | | required by /etc/config/network generator SVN-Revision: 2830
* add script for autogenerating /etc/config/network based on nvram, remove ↵Felix Fietkau2006-01-042-31/+104
| | | | | | default /etc/config/network SVN-Revision: 2829
* Corrected WAP54G bug as explained in #146, closes ticket #146Florian Fainelli2006-01-041-2/+2
| | | | SVN-Revision: 2828
* Corrected missing dependencyFlorian Fainelli2006-01-041-1/+1
| | | | SVN-Revision: 2827
* remove 'without switch support' comment from b44 driver menuconfig descriptionFelix Fietkau2006-01-041-1/+1
| | | | SVN-Revision: 2826
* don't add robocfg by default - not necessary anymoreFelix Fietkau2006-01-041-1/+0
| | | | SVN-Revision: 2825
* statically compile b44 into the kernel on brcm-2.6Felix Fietkau2006-01-042-3/+4
| | | | SVN-Revision: 2824
* fix hotplug issue with compiled-in ethernet driversFelix Fietkau2006-01-041-0/+4
| | | | SVN-Revision: 2823
* configure switch at boot time based on vlan*portsFelix Fietkau2006-01-041-1/+9
| | | | SVN-Revision: 2822
* add missing Config.in to base-filesFelix Fietkau2006-01-041-0/+7
| | | | SVN-Revision: 2821
* allow nvram access to kernel modules on brcm-2.6Felix Fietkau2006-01-041-74/+109
| | | | SVN-Revision: 2820
* kmod-switch: vlan parser rewrite, some api changes, minor fixesFelix Fietkau2006-01-044-106/+128
| | | | SVN-Revision: 2819
* the gcc patch. you need to do make distclean and rebuild the toolchainWaldemar Brodkorb2006-01-041-0/+11
| | | | SVN-Revision: 2818
* patch for spec file of gcc 3.4.4, so that libgss library is not ↵Waldemar Brodkorb2006-01-0410-10/+29
| | | | | | automatically linked into every binary. explicitely link it into needed packages (kismet, nmap, samba) and add dependencies. idea and patch from sven-ola, thx. Saves 16 kb in the default squashfs images. SVN-Revision: 2817
* Added mrd6 package : IPv6 multicast routing daemonFlorian Fainelli2006-01-037-3/+113
| | | | SVN-Revision: 2816
* remove unused robocfg stuffWaldemar Brodkorb2006-01-031-6/+0
| | | | SVN-Revision: 2815
* first load network driver (10), then wlan driver (20) and then wlcompat, so ↵Waldemar Brodkorb2006-01-032-3/+3
| | | | | | the order of eth0/eth1 is as used to SVN-Revision: 2814
* hopefully last fix for S60cronOliver Ertl2006-01-021-6/+4
| | | | SVN-Revision: 2812
* Updated to latest tmsnc version 0.3.1Florian Fainelli2006-01-021-3/+3
| | | | SVN-Revision: 2811
* Fixed ticket #169 thanks to gps !Florian Fainelli2006-01-021-0/+1
| | | | SVN-Revision: 2808
* Corrected ticket #168Florian Fainelli2006-01-021-2/+5
| | | | SVN-Revision: 2805
* Corrected ticket #100Florian Fainelli2006-01-022-2/+34
| | | | SVN-Revision: 2804
* Fixed ticket #44Florian Fainelli2006-01-024-1/+36
| | | | SVN-Revision: 2803
* Corrected ticket #118Florian Fainelli2006-01-021-2/+2
| | | | SVN-Revision: 2802
* software watchdog as kernel modul, pf ring as kernel module. saves some ↵Waldemar Brodkorb2006-01-028-117/+42
| | | | | | bytes in the default images, ideas from 22c3 talking with nbd and sven-ola SVN-Revision: 2801
* enable watchdog daemon in busybox by defaultWaldemar Brodkorb2006-01-021-1/+1
| | | | SVN-Revision: 2800
* revert config default change for ieee80211-dscape, do real depends insteadFelix Fietkau2006-01-021-2/+3
| | | | SVN-Revision: 2799
* disable kmod-ieee80211-dscape on 2.4 devel buildWaldemar Brodkorb2006-01-021-1/+0
| | | | SVN-Revision: 2798
* load switch drivers after ethernet driversFelix Fietkau2006-01-011-3/+3
| | | | SVN-Revision: 2797
* Added collectd, thanks to Florian ForsterFlorian Fainelli2005-12-296-0/+169
| | | | SVN-Revision: 2796
* Corrected typo for RTSP supportFlorian Fainelli2005-12-291-1/+1
| | | | SVN-Revision: 2795
* Added support for RTSP connection tracking modulesFlorian Fainelli2005-12-296-1/+1549
| | | | SVN-Revision: 2794
* add CONFIG_RING to x86-2.6 configOliver Ertl2005-12-281-0/+1
| | | | SVN-Revision: 2793
* Corrected ticket #162Florian Fainelli2005-12-281-0/+1
| | | | SVN-Revision: 2792
* add devicescape 802.11 stackFelix Fietkau2005-12-2839-0/+18652
| | | | SVN-Revision: 2791
* add bc/dcFelix Fietkau2005-12-286-0/+101
| | | | SVN-Revision: 2789
* add x86-2.6 package lists for the Image BuilderOliver Ertl2005-12-283-0/+47
| | | | SVN-Revision: 2788
* add ID tagOliver Ertl2005-12-281-0/+2
| | | | SVN-Revision: 2787
* add vnstatOliver Ertl2005-12-285-0/+48
| | | | SVN-Revision: 2786
* mipseb -> mips, thx kaloz for clearificationWaldemar Brodkorb2005-12-265-9/+8
| | | | SVN-Revision: 2785
* fix missing sbh symbol on 2.4Felix Fietkau2005-12-251-0/+6
| | | | SVN-Revision: 2784
* fix wrong order of switch-adm.c includesFelix Fietkau2005-12-251-1/+1
| | | | SVN-Revision: 2783
* fix kernel version detection in switch driverFelix Fietkau2005-12-252-1/+11
| | | | SVN-Revision: 2782