aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* reorganize netfilter modules, get rid of the iptables-mod-extra dependency ↵Felix Fietkau2007-07-112-13/+14
| | | | | | in qos-scripts SVN-Revision: 7912
* remove a warning that has confused a few peopleFelix Fietkau2007-07-111-1/+0
| | | | SVN-Revision: 7911
* fix cflags for xscale (#2026)Felix Fietkau2007-07-111-1/+1
| | | | SVN-Revision: 7910
* color change to make menuconfig easier to read (patch from #1730)Felix Fietkau2007-07-111-5/+5
| | | | SVN-Revision: 7909
* fix a typo in the imq module (patch from #2005)Felix Fietkau2007-07-102-2/+2
| | | | SVN-Revision: 7908
* fix PACKAGES:= for target profiles in target.mkFelix Fietkau2007-07-101-7/+19
| | | | SVN-Revision: 7907
* fix a typoFelix Fietkau2007-07-101-1/+1
| | | | SVN-Revision: 7906
* fix docs compile targetsFelix Fietkau2007-07-102-5/+7
| | | | SVN-Revision: 7905
* fix errors in image generation Makefiles, thanks to Thomas Langer (fixes #2060)Gabor Juhos2007-07-102-3/+3
| | | | SVN-Revision: 7904
* fix channel/frequency returned by scanMike Baker2007-07-092-2/+2
| | | | SVN-Revision: 7903
* disable image generation for boards which we still have problems with (at ↵Gabor Juhos2007-07-093-12/+25
| | | | | | least if CONFIG_DEVEL is not selected) SVN-Revision: 7902
* restart wds links when wifi is restartedMike Baker2007-07-091-1/+2
| | | | SVN-Revision: 7901
* au1000 now runs .22, mtx-1 watchdog is mainline and i2c patch is planned for ↵Florian Fainelli2007-07-094-765/+1
| | | | | | rewriting SVN-Revision: 7900
* add second package source for packages built from the /packages repository ↵Felix Fietkau2007-07-092-3/+4
| | | | | | fix up first package source (should be release, not snapshots on 7.07) SVN-Revision: 7897
* fix the cpu_wait patch for 2.6.22Felix Fietkau2007-07-091-6/+6
| | | | SVN-Revision: 7896
* add busybox printf patch from #2021Felix Fietkau2007-07-091-0/+18
| | | | SVN-Revision: 7895
* 2.6.22 is released :)Felix Fietkau2007-07-096-7/+7
| | | | SVN-Revision: 7894
* remove ARCH:=i686 from s100 profile - the build system can't handle that ↵Felix Fietkau2007-07-091-1/+0
| | | | | | properly yet SVN-Revision: 7893
* hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix ↵Felix Fietkau2007-07-094-92/+1624
| | | | | | permissions of various devices (fixes #2052) SVN-Revision: 7892
* some updates for s100John Crispin2007-07-082-6/+102
| | | | SVN-Revision: 7891
* added i686 support and profile for t-vision s100John Crispin2007-07-085-1/+666
| | | | SVN-Revision: 7890
* fix usb-storage permissionsMike Baker2007-07-081-0/+0
| | | | SVN-Revision: 7889
* more wpa+wds patchesMike Baker2007-07-083-4/+8
| | | | SVN-Revision: 7888
* fix busybox --help problems on rebuildMike Baker2007-07-071-4/+3
| | | | SVN-Revision: 7887
* fix madwifi compile for 2.4Felix Fietkau2007-07-071-0/+16
| | | | SVN-Revision: 7885
* fix bug with ap+sta modes using wpaMike Baker2007-07-041-5/+6
| | | | SVN-Revision: 7877
* rearrange diag's platform detection code to look for known platform strings ↵Mike Baker2007-07-041-41/+66
| | | | | | before guessing SVN-Revision: 7876
* patch wlc and scripts to control wl's builtin wpa supplicantMike Baker2007-07-042-1/+38
| | | | SVN-Revision: 7875
* Package the hardware clock utility and fix english typos (#2015)Florian Fainelli2007-07-041-3/+15
| | | | SVN-Revision: 7874
* clean up default wifi configMike Baker2007-07-042-15/+4
| | | | SVN-Revision: 7873
* fix a race condition with broadcom wl devices in a bridge if a device is ↵Felix Fietkau2007-07-041-0/+1
| | | | | | added before the bridge is brought up, the wifi settings are lost SVN-Revision: 7872
* add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at ↵Felix Fietkau2007-07-043-4/+17
| | | | | | the moment SVN-Revision: 7870
* refactor atheros system code - also add support for the reset button (sends ↵Felix Fietkau2007-07-0413-461/+707
| | | | | | netlink messages in the same format as broadcom-diag) SVN-Revision: 7869
* remove ad-hoc tx hang workaround - the underlying issue has been fixed a ↵Felix Fietkau2007-07-041-49/+0
| | | | | | while ago SVN-Revision: 7868
* remove minstrel rate hackFelix Fietkau2007-07-041-13/+0
| | | | SVN-Revision: 7867
* another madwifi updateFelix Fietkau2007-07-042-15/+2
| | | | SVN-Revision: 7866
* more fixes for the crazy cpu cache issues on brcm47xx-2.6 (mainly affects ↵Felix Fietkau2007-07-042-63/+63
| | | | | | 4704) - turns out some of the previous fixes were incorrect and a coherency setup functions was missing SVN-Revision: 7865
* update to the latest madwifi snapshotFelix Fietkau2007-07-0326-502/+337
| | | | SVN-Revision: 7864
* more generic handling of Macronix flash chips, fix #2008Gabor Juhos2007-07-032-38/+54
| | | | SVN-Revision: 7863
* fix util-linux compile on avr32Felix Fietkau2007-07-031-1/+1
| | | | SVN-Revision: 7860
* wds-wpa supportMike Baker2007-07-021-0/+9
| | | | SVN-Revision: 7858
* refresh a patch that is causing problems on certain systemsFelix Fietkau2007-07-021-50/+66
| | | | SVN-Revision: 7857
* fix a glitch in the status output of the non-verbose builds for adm5120Felix Fietkau2007-07-022-2/+2
| | | | SVN-Revision: 7856
* fix sdk buildFelix Fietkau2007-07-021-1/+1
| | | | SVN-Revision: 7855
* move ncurses to trunk and 7.07 (util-linux depends on it)Felix Fietkau2007-07-022-0/+190
| | | | SVN-Revision: 7854
* fix a horrible memleak in madwifiFelix Fietkau2007-07-021-0/+13
| | | | SVN-Revision: 7850
* nuke magicbox-2.6 2.6.21 patches - 2.6.22-rc is stable hereFelix Fietkau2007-07-022-118/+0
| | | | SVN-Revision: 7848
* update imq patches (fixes #2009)Felix Fietkau2007-07-022-130/+176
| | | | SVN-Revision: 7847
* upgrade layer7 to the latest version and add fixes for 2.6.21 and 2.6.22-rc ↵Felix Fietkau2007-07-024-156/+231
| | | | | | - compile tested on .21, run time tested on .22-rc6 SVN-Revision: 7846
* Move SSB out of brcm47xx target into generic-2.6 targetPeter Denison2007-07-0121-49/+49
| | | | SVN-Revision: 7844