summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the counters bug (#983)florian2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update the crc checksum to allow images being flashed via tftpflorian2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove usb-controller dependency (#1007)florian2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add staging_dir_*/usr/sbin to the TARGET_PATH (for grub)nbd2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix setting the essid for ap modenbd2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot kmod-ipt-imq dependency (#1076)florian2006-12-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* store the default kernel version for our ports in a single place (target ↵nbd2006-12-2516-55/+18
| | | | | | makefiles can still override it if necessary) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for Atheros SoC (used in Fonera, Meraki) - Merry Christmas, ↵nbd2006-12-259-0/+6397
| | | | | | everybody :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix msdos module loading (#1086)florian2006-12-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also build bzImage for rdc boardsflorian2006-12-231-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixed typo, it might work now :-)rwhitby2006-12-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Generate a flashable image for the NSLU2rwhitby2006-12-231-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Utility for creating installable image for the NSLU2.rwhitby2006-12-231-0/+1202
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove problematic change that probably broke SoC supportnbd2006-12-221-31/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move hostapd setup function to wireless-tools package, as it is driver ↵nbd2006-12-223-66/+69
| | | | | | independent git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke old madwifi init script, add new /lib/wifi handler (usable for many ↵nbd2006-12-223-8/+6
| | | | | | configurations already), fix up a target name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lots of enhancements for the madwifi script (hostapd calls for ap with wpa ↵nbd2006-12-221-36/+125
| | | | | | implemented, two kinds of wds support added - by essid or by bssid, various bugfixes) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update madwifi SoC support patch, add device ids for 2317 (will be ↵nbd2006-12-221-9/+83
| | | | | | functional after a hal upgrade) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Moved netconfig (for ixp4xx only) to S15, so that it can access ↵rwhitby2006-12-211-17/+7
| | | | | | /proc/cpuinfo to determine which type of board it is on. Added ifup commands at the end to bring up the interfaces. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace another instance of a relative path to generic-2.* with an absolute ↵nbd2006-12-201-1/+1
| | | | | | one (for symlinked target directories) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupnbd2006-12-201-174/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Initial stab at netconfig for nslu2 and nas100drwhitby2006-12-202-0/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move DEFAULT_foo out of PACKAGE_foo, it was breaking package menus.nico2006-12-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Compiled the ixp4xx on-board network support into the kernel, so that ↵rwhitby2006-12-201-3/+3
| | | | | | auto-loading of the microcode from another flash partition will work. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove hardcoded package namenbd2006-12-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare for moving part of the firewall to hotplug. created new chains ↵nbd2006-12-203-29/+25
| | | | | | {input,forwarding,prerouting}_wan for wan port forwardings and updated the examples. syntax of /etc/config/firewall unchanged and old firewall.user files are still compatible git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't try to automount loopback devices (#1011)nbd2006-12-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround for self-killing init scripts on restart (#1023)nbd2006-12-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ppp keepalive setting (#1071)nbd2006-12-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add wlc commands for setting 802.11d and 802.11h mode, disable both by ↵nbd2006-12-202-0/+16
| | | | | | default (helps with ipw2200 assoc problems, see #1075 for more information) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix size of config partition on ar7 (#902)nbd2006-12-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a variable to keep track of the list of sections when loading uci config ↵nbd2006-12-201-4/+21
| | | | | | files. add a function to iterate through sections git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add image generation for ar525wflorian2006-12-191-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Not sure why ixp4xx-2.6 config has HWMON set, but because it does, then ↵rwhitby2006-12-191-2/+40
| | | | | | there has to be many other SENSORS config options unset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enabled RTC (compiled in) for NSLU2 and NAS100d, and PATA (modules) for NAS100drwhitby2006-12-191-3/+128
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add two patches from madwifi trac ticket 914 - should fix multiple ↵nbd2006-12-192-0/+65
| | | | | | wlanconfig create/destroy runs and a few wds related crashes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the type of plat_irq_dispatchnbd2006-12-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete patchnbd2006-12-191-13/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fix: make the pci slot check more readablenbd2006-12-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a better pci fix for rb532nbd2006-12-192-48/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing copyrightnbd2006-12-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next time I should sleep morekaloz2006-12-191-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ↵kaloz2006-12-1916-179/+324
| | | | | | ixp4xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* first round of rb532 cleanupnbd2006-12-193-2347/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add hardware detection for dell truemobile 2300nbd2006-12-191-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix qos-scripts RED qdisc calculation for slow linesnbd2006-12-192-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* More bcm963xx fixesflorian2006-12-192-16/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixesnbd2006-12-191-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement real-time progress info for the package/target info collect ↵nbd2006-12-191-10/+17
| | | | | | (thanks to Thorsten Glaser for the idea) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* More bcm963xx fixes with 2.6.19florian2006-12-181-11/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5849 3c298f89-4303-0410-b956-a3cf2f4a3e73