summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-17161-161/+0
| | | | SVN-Revision: 15242
* move ldconfig & ldd to utils sectionNicolas Thill2009-04-141-1/+5
| | | | SVN-Revision: 15228
* do not run hotplug event for aliasesFelix Fietkau2009-04-131-0/+3
| | | | SVN-Revision: 15224
* firewall: enable /etc/firewall.user by default and install sample ↵Jo-Philipp Wich2009-04-123-5/+9
| | | | | | firewall.user file SVN-Revision: 15221
* base-files: remove redundant netmask handling in 10-routesJo-Philipp Wich2009-04-122-2/+1
| | | | SVN-Revision: 15219
* package ext4 (#4434)Florian Fainelli2009-04-121-0/+22
| | | | SVN-Revision: 15218
* do not load the spi_gpio module from mmc-over-gpio, bump release number (#4663)Florian Fainelli2009-04-121-3/+4
| | | | SVN-Revision: 15214
* allow openssl to compile with ccache enabled (#4518)Florian Fainelli2009-04-111-0/+40
| | | | SVN-Revision: 15212
* Update iw to version 0.9.12Hauke Mehrtens2009-04-101-2/+2
| | | | SVN-Revision: 15198
* The ssb module in also integrated into the kernel on brcm63xx target.Hauke Mehrtens2009-04-101-1/+1
| | | | SVN-Revision: 15197
* ieee80211-softmac is only avaliable in old kernels. It was removed with 2.6.26.Hauke Mehrtens2009-04-101-1/+1
| | | | SVN-Revision: 15196
* The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is integrated ↵Hauke Mehrtens2009-04-101-1/+1
| | | | | | into the kernel all other need the module. SVN-Revision: 15195
* hostapd only supports either b or g as hwmode configuration variable. If bg ↵Hauke Mehrtens2009-04-091-0/+3
| | | | | | is set the scripts transfers it now to g mode. SVN-Revision: 15182
* In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.Hauke Mehrtens2009-04-091-0/+1
| | | | SVN-Revision: 15180
* dnsmasq: add more options for interface binding (#4900)Jo-Philipp Wich2009-04-093-1/+5
| | | | SVN-Revision: 15172
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.Michael Büsch2009-04-081-0/+177
| | | | SVN-Revision: 15160
* remove the b43 dependency on brcm47xx/brcm63xxFelix Fietkau2009-04-081-1/+1
| | | | SVN-Revision: 15156
* update e2fsprogs to 1.41.3Florian Fainelli2009-04-082-14/+2
| | | | SVN-Revision: 15151
* update ncurses to 5.7 (#4852)Florian Fainelli2009-04-085-7/+256
| | | | SVN-Revision: 15147
* dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating ↵Jo-Philipp Wich2009-04-072-27/+72
| | | | | | to 0.52 - thanks maniac103! SVN-Revision: 15144
* Add some b43 firmware helptextMichael Büsch2009-04-071-0/+20
| | | | SVN-Revision: 15143
* Remove 500-b43-disable_qos_when_openfw.patchMichael Büsch2009-04-071-11/+0
| | | | | | | | | | | | | This patch is incorrect. It leaves mac80211 and b43 in different states. mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled inside of b43's queue handling. There currently is no way to disable QoS after loading the firmware. Buildroot should probably statically change the module parameter to QoS=0, if the opensource firmware is built into the image. SVN-Revision: 15142
* madwifi: remove braindead code that overwrote the user's antenna diversity ↵Felix Fietkau2009-04-071-0/+30
| | | | | | setting (thx, brainslayer) SVN-Revision: 15141
* tweak some sysctl values for better performanceFelix Fietkau2009-04-071-0/+3
| | | | SVN-Revision: 15129
* b43: Add DMA poisoning patchesMichael Büsch2009-04-063-7/+186
| | | | SVN-Revision: 15121
* A patch which works around the issue is included in compat wireless.Michael Büsch2009-04-061-24/+0
| | | | SVN-Revision: 15120
* wprobe: enable conditional compilationFelix Fietkau2009-04-061-5/+15
| | | | SVN-Revision: 15116
* ixp4xx: make apex optional, clean up the makefile - fixes spurious ↵Felix Fietkau2009-04-066-0/+164
| | | | | | recompilation issues SVN-Revision: 15115
* lua: add zlib build dependency, fix inaccuracy in gzip loaderJo-Philipp Wich2009-04-053-9/+13
| | | | SVN-Revision: 15109
* lua: add support for loading gzip compressed source files, bump package revisionJo-Philipp Wich2009-04-044-4/+272
| | | | SVN-Revision: 15108
* update openssl to 0.9.8k (#4846)Florian Fainelli2009-04-044-18/+41
| | | | SVN-Revision: 15106
* do not copy all library files, saves some space (#4872)Florian Fainelli2009-04-041-3/+3
| | | | SVN-Revision: 15101
* madwifi: fix crash under loadFelix Fietkau2009-04-041-0/+20
| | | | SVN-Revision: 15099
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵Felix Fietkau2009-04-043-2/+2
| | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097
* fix failsafe modeFelix Fietkau2009-04-041-0/+1
| | | | SVN-Revision: 15096
* udhcpc: run dhcp hotplug events after dns has been setFelix Fietkau2009-04-041-7/+7
| | | | SVN-Revision: 15095
* update iw to 0.9.11 (#4833)Florian Fainelli2009-04-031-2/+2
| | | | SVN-Revision: 15084
* Update to compat-wireless-2009-03-31Hauke Mehrtens2009-04-0218-1029/+864
| | | | SVN-Revision: 15083
* dropbear: update to 0.52 (#4635)Jo-Philipp Wich2009-03-295-25/+25
| | | | SVN-Revision: 15074
* busybox: avoid infinite loop in lsmod (#4834)Jo-Philipp Wich2009-03-292-1/+12
| | | | SVN-Revision: 15071
* Make b43 hwrng optionalMichael Büsch2009-03-292-0/+80
| | | | SVN-Revision: 15070
* madwifi: improve turbo/autochannel patchFelix Fietkau2009-03-291-2/+6
| | | | SVN-Revision: 15067
* wprobe: add init script for exporterFelix Fietkau2009-03-292-1/+48
| | | | SVN-Revision: 15066
* wprobe: export the newly added fields via ipfixFelix Fietkau2009-03-291-3/+25
| | | | SVN-Revision: 15065
* wprobe: fix moving averageFelix Fietkau2009-03-291-2/+2
| | | | SVN-Revision: 15064
* madwifi: add wprobe rxframe/probereq countersFelix Fietkau2009-03-291-12/+60
| | | | SVN-Revision: 15063
* madwifi: remove obsolete spatchFelix Fietkau2009-03-291-84/+0
| | | | SVN-Revision: 15062
* libipfix: add additional IEs for wprobe useFelix Fietkau2009-03-293-12/+22
| | | | SVN-Revision: 15061
* madwifi: do not use turbo mode during ap mode autoselection unless ↵Felix Fietkau2009-03-291-0/+11
| | | | | | specifically requested SVN-Revision: 15060
* madwifi: only set the desired mode for the first vapFelix Fietkau2009-03-291-1/+1
| | | | SVN-Revision: 15059