summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
Commit message (Collapse)AuthorAgeFilesLines
...
* small defaults fix for ieee80211-dscapeFelix Fietkau2006-02-181-1/+1
| | | | SVN-Revision: 3253
* fix for madwifi radiotap support (patch by jwright)Felix Fietkau2006-02-176-120/+493
| | | | SVN-Revision: 3249
* add patch from #196Felix Fietkau2006-02-121-0/+12
| | | | SVN-Revision: 3223
* add support for netgear dg834 and the almost identical sphairon jdr454wb: ↵Felix Fietkau2006-02-124-1/+81
| | | | | | new images, automatic boot loader patcher, updated flash script (dlink.pl renamed to adam2flash.pl) - Thanks to Jonathan McDowell (Noodles) SVN-Revision: 3221
* update to new versionWaldemar Brodkorb2006-02-101-2/+2
| | | | SVN-Revision: 3214
* patch madwifi-ng to use master mode by defaultImre Kaloz2006-02-061-0/+12
| | | | SVN-Revision: 3162
* port the changes from [3155] to KamikazeImre Kaloz2006-02-061-0/+5
| | | | SVN-Revision: 3156
* fix typo in switch-coreFelix Fietkau2006-02-041-1/+1
| | | | SVN-Revision: 3127
* change cp to $(CP)Mike Baker2006-02-0114-27/+27
| | | | SVN-Revision: 3112
* remove hardcoded package names; use wildcardMike Baker2006-01-311-14/+1
| | | | SVN-Revision: 3106
* finally fix the /etc/config/network bug on wgt634u (#214, #215, #219)Felix Fietkau2006-01-313-3/+3
| | | | SVN-Revision: 3105
* fix hostapd/madwifi crash (#247)Felix Fietkau2006-01-311-0/+27
| | | | SVN-Revision: 3102
* fix typos (#260)Felix Fietkau2006-01-303-3/+3
| | | | SVN-Revision: 3074
* change madwifi makefile so that it can build both ahb and pci versions in ↵Felix Fietkau2006-01-301-9/+26
| | | | | | one pass SVN-Revision: 3070
* upgrade libvorbis to v1.1.2, spca5xx to v20060101 and add gcc4 fix for shfsImre Kaloz2006-01-292-2/+25
| | | | SVN-Revision: 3068
* upgrade madwifi to r1416-20060126, unite madwifi-tools and kmod-madwifi ↵Imre Kaloz2006-01-272-3/+373
| | | | | | (madwifi-ng needs wlanconfig anyways), add multicall patch to reduce the size of the tools SVN-Revision: 3056
* do not treat warnings as errors for madwifi (needed for gcc4)Imre Kaloz2006-01-271-0/+12
| | | | SVN-Revision: 3055
* issue switch reset when bringing up the ethernet deviceFelix Fietkau2006-01-262-0/+2
| | | | SVN-Revision: 3047
* reset port settings and default vlan assignment when reset is issued on ↵Felix Fietkau2006-01-261-1/+8
| | | | | | switch-robo (fixes #245) SVN-Revision: 3045
* add a patch to export various kernel symbols in lib/string.c (like in 2.6), ↵Nicolas Thill2006-01-171-7/+2
| | | | | | fix shfs build on 2.4 (hopefully, but no real tests yet) SVN-Revision: 3004
* fix alsa build on x86 (closes: #201)Nicolas Thill2006-01-171-1/+1
| | | | SVN-Revision: 3001
* move natsemi module into the kernelMike Baker2006-01-161-16/+0
| | | | SVN-Revision: 2997
* port wan_device changes from whiterussian to kamikazeFelix Fietkau2006-01-163-19/+19
| | | | SVN-Revision: 2993
* move brcm-specific hotplug net scripts into the right placeFelix Fietkau2006-01-152-0/+0
| | | | SVN-Revision: 2990
* sync kmod-switch with whiterussianFelix Fietkau2006-01-151-10/+11
| | | | SVN-Revision: 2989
* fix #210Felix Fietkau2006-01-141-4/+0
| | | | SVN-Revision: 2982
* sync kmod-switch with whiterussianFelix Fietkau2006-01-142-34/+104
| | | | SVN-Revision: 2981
* move vlan and wifi setup into arch-specific base-filesFelix Fietkau2006-01-142-0/+74
| | | | SVN-Revision: 2973
* remove extra inittab filesFelix Fietkau2006-01-142-7/+0
| | | | SVN-Revision: 2972
* enable ramdiskMike Baker2006-01-141-0/+3
| | | | SVN-Revision: 2969
* fix networkingMike Baker2006-01-141-1/+1
| | | | SVN-Revision: 2968
* fix module dependanciesMike Baker2006-01-132-6/+6
| | | | SVN-Revision: 2955
* patch nvram library for new nas version (thx to Vincent Bernat)Felix Fietkau2006-01-131-0/+3
| | | | SVN-Revision: 2952
* upgrade madwifi-ng to r1394-20060113Imre Kaloz2006-01-132-25/+25
| | | | SVN-Revision: 2948
* clean up kernel modules, remove b44 references, as it's built-in nowImre Kaloz2006-01-132-1/+2
| | | | SVN-Revision: 2945
* use default ipkg.confMike Baker2006-01-121-3/+0
| | | | SVN-Revision: 2941
* Merge aruba supportMike Baker2006-01-127-0/+67
| | | | SVN-Revision: 2940
* Corrected missing unused ifname as suggested in #200, definitively closes #200Florian Fainelli2006-01-121-0/+1
| | | | SVN-Revision: 2930
* fix dependencies for bcm43xxFelix Fietkau2006-01-111-1/+1
| | | | SVN-Revision: 2927
* switch driver updates and fixesFelix Fietkau2006-01-114-35/+134
| | | | SVN-Revision: 2925
* hardcode number of vlans in switch-robo (run-time detection doesn't seem to ↵Felix Fietkau2006-01-111-27/+3
| | | | | | work) SVN-Revision: 2920
* Fixed network autoconfiguration as explained in #200, fixes #200Florian Fainelli2006-01-111-1/+2
| | | | SVN-Revision: 2912
* fix kmod build after target/linux reorgNicolas Thill2006-01-112-2/+2
| | | | SVN-Revision: 2907
* add netconfig script to brcm-2.4 and remove default /etc/config/networkFelix Fietkau2006-01-113-18/+109
| | | | SVN-Revision: 2902
* large target/linux cleanupFelix Fietkau2006-01-1017-124/+48
| | | | SVN-Revision: 2877
* x86-2.6 compile fixes for snapshot buildWaldemar Brodkorb2006-01-092-1/+3
| | | | SVN-Revision: 2867
* add updates for atheros SOC support from Mike A., thxWaldemar Brodkorb2006-01-092-1/+12
| | | | SVN-Revision: 2866
* small fix for MakefileWaldemar Brodkorb2006-01-061-1/+1
| | | | SVN-Revision: 2847
* Corrected some dummy errorFlorian Fainelli2006-01-061-1/+1
| | | | SVN-Revision: 2846
* Added wlan_scan_ap, wlan_scan_sta, and missing crypto, xauth ... modules ↵Florian Fainelli2006-01-052-0/+3
| | | | | | mentioned by the 20-madwifi file, closes #179 SVN-Revision: 2842