summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dropbear: upgrade to 0.51 - 160-tty_close merged upstream - patches refreshedAndy Boyett2008-07-246-50/+34
| | | | SVN-Revision: 11913
* add dropbear keys, passwd and firewall configuration to be saved during reflashTravis Kemen2008-07-241-1/+1
| | | | SVN-Revision: 11912
* fix variable names in testsNicolas Thill2008-07-221-5/+5
| | | | SVN-Revision: 11911
* parse mac address on RouterBOARDsGabor Juhos2008-07-225-29/+78
| | | | SVN-Revision: 11910
* fix sierra patchesTravis Kemen2008-07-222-1508/+0
| | | | SVN-Revision: 11909
* fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)Gabor Juhos2008-07-221-4/+8
| | | | SVN-Revision: 11908
* fix compile error (closes #3799)Gabor Juhos2008-07-222-7/+9
| | | | SVN-Revision: 11907
* Fix nfs modules options and modules, only package modules that are built for ↵Florian Fainelli2008-07-221-12/+7
| | | | | | all targets (#3796) SVN-Revision: 11906
* Disable NFS_ACL support in the UML config, other platforms do not have it as ↵Florian Fainelli2008-07-222-12/+0
| | | | | | well SVN-Revision: 11905
* patch causes problems on some platforms, nuke itImre Kaloz2008-07-221-28/+0
| | | | SVN-Revision: 11904
* bump ath9k package version number, tooImre Kaloz2008-07-221-1/+1
| | | | SVN-Revision: 11903
* sync ath9k with the git treeImre Kaloz2008-07-2215-219/+33
| | | | SVN-Revision: 11902
* generate zImage for the ADI Sidewinder, tooImre Kaloz2008-07-221-1/+1
| | | | SVN-Revision: 11901
* fix sysupgrade endian issuesTravis Kemen2008-07-222-2/+2
| | | | SVN-Revision: 11900
* This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz, re-based ↵Travis Kemen2008-07-212-0/+1508
| | | | | | | | | | | | | | | | | against 2.4.35 and repaired for obvious breakage (didn't use its device table, etc.). Changes from Linksys tree: - Remove 'vendor' and 'product' parameters; these aren't used in the mainstream driver and seem to only have served to break it. - Remove bogus 'sierra_device_ids' table, used with above. - Changed references to 'sierra_device_ids' back to id_table - Changed non-standard CONFIG_USB_SERIAL_SIERRA_3G (line 886) to current module standard CONFIG_USB_SERIAL_SIERRAWIRELESS - Added #include to enable pl2303 hack to remain until I can figure out if it's still necessary. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11899
* This series of patches closes the support gap on one of the explicitly ↵Travis Kemen2008-07-215-12/+1522
| | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11898
* Fix routerboard boot partition name in wget2nand (#3791)Florian Fainelli2008-07-211-1/+1
| | | | SVN-Revision: 11897
* update mvswitch for 2.6.25 and 2.6.26 as wellFelix Fietkau2008-07-214-58/+140
| | | | SVN-Revision: 11896
* add missing defines for mvswitchFelix Fietkau2008-07-211-1/+15
| | | | SVN-Revision: 11895
* surprise :pGabor Juhos2008-07-2154-18/+6655
| | | | SVN-Revision: 11894
* uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include ↵Florian Fainelli2008-07-211-0/+7
| | | | | | files, remove this when there are no 2.6.23 left SVN-Revision: 11893
* The gpiommc configfs interface needs locking.Michael Büsch2008-07-211-0/+60
| | | | SVN-Revision: 11892
* Document a bit more about IPv6 configurationFlorian Fainelli2008-07-211-2/+19
| | | | SVN-Revision: 11891
* Default to port 1812 for radius authentication when doing 802.1xFlorian Fainelli2008-07-211-1/+1
| | | | SVN-Revision: 11890
* ath9k: correct package descriptionMatteo Croce2008-07-201-1/+1
| | | | SVN-Revision: 11889
* Updated Dnsmasq to 2.45Steven Barth2008-07-202-6/+6
| | | | SVN-Revision: 11888
* Update gpiommc to use configfsMichael Büsch2008-07-206-236/+638
| | | | SVN-Revision: 11887
* add another endianness fix for ath9k, ar9160 now works on ixp4xx, at least ↵Felix Fietkau2008-07-201-0/+16
| | | | | | in sta mode :) SVN-Revision: 11886
* ath9k: remove software descriptor swapping, hw already does thatFelix Fietkau2008-07-201-0/+64
| | | | SVN-Revision: 11885
* add the new ath9k driver (loads successfully on an AR9160 card, but still ↵Felix Fietkau2008-07-2025-0/+32739
| | | | | | seems to have some rf issues) SVN-Revision: 11884
* update compat-wireless to a newer version, but leave it at the old version ↵Felix Fietkau2008-07-201-4/+5
| | | | | | for brcm47xx (b43 does not compile with the new one) SVN-Revision: 11883
* fix madwifi mode settingFelix Fietkau2008-07-201-4/+2
| | | | SVN-Revision: 11882
* some more mvswitch fixes: - initialize the vlan destination map properly - ↵Felix Fietkau2008-07-191-27/+54
| | | | | | workaround for moving node bug: clear the ATU database on every PHY poll SVN-Revision: 11881
* add extra safety for the packet mangling in the mvswitch driverFelix Fietkau2008-07-191-1/+1
| | | | SVN-Revision: 11880
* Package common nfs kernel modules separately, add missing modules to nfsd ↵Florian Fainelli2008-07-191-3/+24
| | | | | | (#3558) SVN-Revision: 11875
* Native toolchain does not support -fhonour-copts, do not add it to the ↵Florian Fainelli2008-07-191-5/+6
| | | | | | TARGET_CFLAGS SVN-Revision: 11874
* Update UML to 2.6.26Florian Fainelli2008-07-191-1/+1
| | | | SVN-Revision: 11873
* adds ifxmips profilesJohn Crispin2008-07-192-0/+34
| | | | SVN-Revision: 11871
* 2.6.23 still uses the drivers/char/watchdog path for watchdog drivers (#3790)Florian Fainelli2008-07-191-6/+6
| | | | SVN-Revision: 11870
* rename patches-r3776 to patches-testingFelix Fietkau2008-07-1845-1/+1
| | | | SVN-Revision: 11868
* fix hal module load msgFelix Fietkau2008-07-181-0/+30
| | | | SVN-Revision: 11867
* refresh madwifi-testing patchesFelix Fietkau2008-07-1841-484/+253
| | | | SVN-Revision: 11866
* fix some madwifi-testing bugsFelix Fietkau2008-07-184-113/+65
| | | | SVN-Revision: 11865
* Update GPIO-based MMC driverMichael Büsch2008-07-188-655/+922
| | | | SVN-Revision: 11864
* fix some unused variablesFelix Fietkau2008-07-181-25/+29
| | | | SVN-Revision: 11863
* Updated Dnsmasq to 2.43Steven Barth2008-07-183-36/+7
| | | | SVN-Revision: 11862
* fix wpa_cli compileFelix Fietkau2008-07-181-1/+1
| | | | SVN-Revision: 11861
* Allow kexec-tools to be built for mipsel, tested on a routerboard 500Florian Fainelli2008-07-182-1/+105
| | | | SVN-Revision: 11856
* remove a wrong patch chunk in the madwifi updateFelix Fietkau2008-07-171-9/+0
| | | | SVN-Revision: 11855
* Working korina driver for 2.6.24, still needs fixing in the tx tasklet which ↵Florian Fainelli2008-07-171-47/+37
| | | | | | introduces high latency when transmitting packets, rx path works ok SVN-Revision: 11853