summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* fix sierra patchesthepeople2008-07-222-1508/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)juhosg2008-07-221-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] fix compile error (closes #3799)juhosg2008-07-222-7/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11907 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable NFS_ACL support in the UML config, other platforms do not have it as ↵florian2008-07-222-12/+0
| | | | | | well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix sysupgrade endian issuesthepeople2008-07-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz,thepeople2008-07-212-0/+1508
| | | | | | | | | | | | | | | | | | re-based 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This series of patches closes the support gap on one of the explicitlythepeople2008-07-213-6/+1510
| | | | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix routerboard boot partition name in wget2nand (#3791)florian2008-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update mvswitch for 2.6.25 and 2.6.26 as wellnbd2008-07-214-58/+140
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing defines for mvswitchnbd2008-07-211-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* surprise :pjuhosg2008-07-2153-18/+6654
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The gpiommc configfs interface needs locking.mb2008-07-211-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update gpiommc to use configfsmb2008-07-204-231/+594
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more mvswitch fixes:nbd2008-07-191-27/+54
| | | | | | | | - initialize the vlan destination map properly - workaround for moving node bug: clear the ATU database on every PHY poll git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add extra safety for the packet mangling in the mvswitch drivernbd2008-07-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update UML to 2.6.26florian2008-07-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds ifxmips profilesblogic2008-07-192-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.23 still uses the drivers/char/watchdog path for watchdog drivers (#3790)florian2008-07-191-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update GPIO-based MMC drivermb2008-07-184-302/+917
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Working korina driver for 2.6.24, still needs fixing in the tx tasklet which ↵florian2008-07-171-47/+37
| | | | | | introduces high latency when transmitting packets, rx path works ok git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.24 moved watchdog drivers to drivers/watchdogflorian2008-07-171-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable ubsec ssb by default on WGT634U until it gets fixedflorian2008-07-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add basic 2.6.24 support for rb532, korina napi code has to be adapted to workflorian2008-07-1543-0/+6914
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move files and patches to files-2.6.23 and patches-2.6.23florian2008-07-1540-0/+6692
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Include ubsec ssb in the WGT634U profileflorian2008-07-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not build ocf modules by defaultflorian2008-07-151-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ocf to 2.6.25 for ubsec ssb integrationflorian2008-07-152-0/+19510
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the CF serial number byteswapping (#3133)florian2008-07-151-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adds more irq defines to ifxmipsblogic2008-07-152-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update wp18/np18a patch, resynckaloz2008-07-144-64/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update patch for the final kernel releasekaloz2008-07-141-48/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.26 final is outkaloz2008-07-142-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* readd patch...kaloz2008-07-141-0/+8722
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: initial 2.6.26 patchesmatteo2008-07-148-0/+316
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove reverted patchmatteo2008-07-141-8722/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade orion to 2.6.26-rc9kaloz2008-07-142-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke eyecandy as not everyone likes it :Pkaloz2008-07-141-23/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* on IXP46x we can have up to 3 npe ethernet interfaces, so set the mac for ↵kaloz2008-07-141-1/+1
| | | | | | the third one, too git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup the weird fis location for the Sidewinderkaloz2008-07-141-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* resync patcheskaloz2008-07-135-17/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update Sidewinder patch, add support for the ethernet interfaceskaloz2008-07-131-38/+84
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ocf kernel patchkaloz2008-07-132-0/+19472
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke most of the old ixp4xx patchsetskaloz2008-07-12123-33849/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* resync/cleanup ixp4xx configkaloz2008-07-121-190/+85
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync with the cryptodev-2.6 git treekaloz2008-07-121-0/+8722
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build more crypto moduleskaloz2008-07-121-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade ixp4xx to 2.6.26-rc9, resync patcheskaloz2008-07-1111-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swap chipselects on the Pronghorn serieskaloz2008-07-111-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing \n to ath pci codeblogic2008-07-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] On embedded devices we must not route the interrupts through the PCInoz2008-07-081-0/+26
| | | | | | | | core, if our host-bus is not PCI Reported-by: Steve Brown <sbrown@cortland.com> Signed-off-by: Michael Buesch <mb@bu3sch.d> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11750 3c298f89-4303-0410-b956-a3cf2f4a3e73