aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade rdc to 2.6.22.1, include r6040 ethernet fixes by sn9, thanks !Florian Fainelli2007-07-255-16/+87
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* on the au1000 usb could never work as the power switch was never enabled :PJohn Crispin2007-07-241-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless config gets regenerated not only when it does not exist, buit also ↵John Crispin2007-07-241-1/+1
| | | | | | if it is 0 len git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixed au1000 eth0 ioctl patchJohn Crispin2007-07-241-20/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, wrong file for au1000 pci fixJohn Crispin2007-07-241-8/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixed up the au1000 pci support, was caused by the au1000 having a 36bit io ↵John Crispin2007-07-242-0/+18
| | | | | | bus and the max add being set to 32bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] reorder rootfstypes to allow both squashfs and jffs2 images to bootGabor Juhos2007-07-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix kernel command lineGabor Juhos2007-07-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add more ar7 fixes by DerAgo. Fix vlnyq initialistion on fritzbox, add ↵Florian Fainelli2007-07-245-14/+109
| | | | | | prom_printf required for kgdb, make kgbd finally work, thanks ! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ar7-atm fixes by DerAgo, also fix compilation (the use of dumb inlining ↵Florian Fainelli2007-07-243-0/+71
| | | | | | in prototypes caused it to fail) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the handling of unsupported ioctls (eth0 appeared in iwconfig for instance)Florian Fainelli2007-07-241-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mac80211 build for platforms that have led support disabledFelix Fietkau2007-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* initial merge of infineon code for amazon, pci is still broken a bit. a big ↵John Crispin2007-07-2347-0/+26109
| | | | | | thank you goes to infineon for providing info and reference code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge madwifi trunk changeset 2597Felix Fietkau2007-07-231-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] cosmetic changes in flash driverGabor Juhos2007-07-231-18/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add back the port priority for r6040Florian Fainelli2007-07-231-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable reserved blocks for checkpointing in yaffs2 on rb532 and adm5120Felix Fietkau2007-07-232-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] adm5120_mtd.c is no longer in useGabor Juhos2007-07-231-497/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] board specific fixesGabor Juhos2007-07-232-1/+11
| | | | | | | | | | | * fix detection of RB-133C, thanks to Christophe Lucas * fix detection of RB-153 * add support for WP54G-WRT to the lzma-loader * fix adm5120_mtd.c for WP54G-WRT in 7.07 * now it's ready for the release of 7.07 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add supporg for nls-iso8859-2 (#2123)Florian Fainelli2007-07-231-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make mac80211 compile even if CONFIG_LEDS_TRIGGERS is not defined in the kernelFlorian Fainelli2007-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow squashfs images for au1000, use the automatic rootfs splitFlorian Fainelli2007-07-232-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ignore dirs created with 'make package/symlinks'Gabor Juhos2007-07-230-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] cleanup patchesGabor Juhos2007-07-2314-573/+1
| | | | | | | | * nuke patches for 2.6.21 * refresh patches for 2.6.22 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixed required KCONFIG symbols for block IDE modulesRod Whitby2007-07-231-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enabled IXP4xx beeperRod Whitby2007-07-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do dynamic kernel config changes for netfilter as wellFelix Fietkau2007-07-232-111/+120
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add better working-g++ check (patch from #2017)Felix Fietkau2007-07-231-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add watchdog start patch from #1967Felix Fietkau2007-07-231-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add pppd options patch from #2114Felix Fietkau2007-07-231-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more dependency fixesFelix Fietkau2007-07-239-88/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* simplify and fix adm5120 image building, fix broken FEATURES handlingFelix Fietkau2007-07-233-8/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencies and kernel config optionsFelix Fietkau2007-07-233-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another attempt at fixing the madwifi memleak for good. i'm 95% sure this is ↵Felix Fietkau2007-07-231-0/+13
| | | | | | the right fix, but it needs to be tested in a real ad-hoc environment... (#2121) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh madwifi patchesFelix Fietkau2007-07-2224-160/+160
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix an error messageFelix Fietkau2007-07-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* keep track of the wifi interface state in /var/state/wirelessFelix Fietkau2007-07-223-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix jffs2 imagesNicolas Thill2007-07-221-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patch from #2111Felix Fietkau2007-07-222-13/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix printk format arguments in memory detection codeGabor Juhos2007-07-221-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Fixed typo error in usbnet dependencies which causes all usb ↵Rod Whitby2007-07-211-3/+3
| | | | | | network drivers to be excluded from all builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/config: Enabled PPP for bluetooth dund usage (for Treo650 bluetooth ↵Rod Whitby2007-07-211-1/+10
| | | | | | access point) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/nslu2: Added kmod-usb-ochi to the profile for USB 1.1 devicesRod Whitby2007-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] flash driver fixesGabor Juhos2007-07-211-12/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* when building packages, accept uppercase letters in the package nameFelix Fietkau2007-07-211-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix yealink kmod compileFelix Fietkau2007-07-213-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-pwc compileFelix Fietkau2007-07-213-12/+85
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-atmtcp compileFelix Fietkau2007-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable kmod packages where the KCONFIG options are =yFelix Fietkau2007-07-201-7/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder, xt_CHAOS depends on xt_DELUDEFelix Fietkau2007-07-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8084 3c298f89-4303-0410-b956-a3cf2f4a3e73