summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & ↵Nicolas Thill2008-05-081-6/+6
| | | | | | IPT_NATHELPER_EXTRA respectively, to better match package names SVN-Revision: 11073
* package/kernel fixes: - remove dup netfilter.mk includes - always define ↵Nicolas Thill2008-05-082-4/+3
| | | | | | NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time SVN-Revision: 11072
* only ignore dhcp but still listen for dns closes #3406Travis Kemen2008-05-081-1/+1
| | | | SVN-Revision: 11062
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-071-0/+3
| | | | SVN-Revision: 11059
* add missing udevextras package option - edd_idYuji Mano2008-05-052-8/+14
| | | | SVN-Revision: 11053
* add ps3-dump-bootloader to package installYuji Mano2008-05-051-0/+1
| | | | SVN-Revision: 11052
* fix lua compile configuration errorFelix Fietkau2008-05-041-0/+2
| | | | SVN-Revision: 11047
* remove dependency on zd1211-firmware, since it was removed in [11022]Nicolas Thill2008-05-031-1/+1
| | | | SVN-Revision: 11040
* revert borked commitJohn Crispin2008-05-031-1/+1
| | | | SVN-Revision: 11038
* make etrax serial driver register its device nodes, so we get a consoleJohn Crispin2008-05-031-1/+1
| | | | SVN-Revision: 11037
* upgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected ↵Felix Fietkau2008-05-031-2/+2
| | | | | | "-" in uci package names SVN-Revision: 11030
* remove old zd firmwareJohn Crispin2008-05-031-41/+0
| | | | SVN-Revision: 11022
* ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ↵Nicolas Thill2008-05-033-4/+6
| | | | | | (closes: #2989) - add dependency on ppp and kmod-gre to pptp - bump release number SVN-Revision: 11018
* acx100 fix by nabcoreMatteo Croce2008-05-021-0/+14
| | | | SVN-Revision: 11011
* IMQ is not yet available on 2.6.25Gabor Juhos2008-05-022-1/+2
| | | | SVN-Revision: 11007
* more use of the new GPIO_SUPPORT optionNicolas Thill2008-05-022-2/+2
| | | | SVN-Revision: 10998
* kmod-ipt-iprange: fix build error on .25Gabor Juhos2008-04-301-1/+1
| | | | SVN-Revision: 10992
* block.mk: Added ata-ixp4xx-cf module support for tw5334 board.Rod Whitby2008-04-301-0/+16
| | | | SVN-Revision: 10986
* import w1-gpio-custom driver from the Squidge ↵Gabor Juhos2008-04-294-0/+244
| | | | | | (http://squidge.sourceforge.net/) project SVN-Revision: 10982
* kernel/modules: modify AutoLoad levels of the W1 modulesGabor Juhos2008-04-291-7/+5
| | | | SVN-Revision: 10981
* kernel/modules: make use the new GPIO_SUPPORT optionGabor Juhos2008-04-292-4/+4
| | | | SVN-Revision: 10980
* remove the i2c-gpio-custom driver from adm5120, and make it available on all ↵Gabor Juhos2008-04-295-17/+264
| | | | | | platforms SVN-Revision: 10979
* add Dallas's 1-wire related packagesGabor Juhos2008-04-291-0/+116
| | | | SVN-Revision: 10977
* fix lua cflagsFelix Fietkau2008-04-281-1/+1
| | | | SVN-Revision: 10971
* add preliminary support for Storm SL3512 based devices, not ready yetImre Kaloz2008-04-271-0/+3
| | | | SVN-Revision: 10956
* Use the locally mirrored compat-wireless tarblall (#3377)Florian Fainelli2008-04-271-1/+1
| | | | SVN-Revision: 10951
* generate and install NPE-A ethernet microcode as wellImre Kaloz2008-04-262-1/+2
| | | | SVN-Revision: 10945
* only build kmod-hwmon-pc87360 for x86Andy Boyett2008-04-231-1/+1
| | | | SVN-Revision: 10933
* initramfs: start one hotplug2 for coldplugging and one for handling events ↵Felix Fietkau2008-04-231-1/+2
| | | | | | between coldplug and end of /init SVN-Revision: 10930
* use the right hotplug2 invocation for initramfsFelix Fietkau2008-04-231-2/+6
| | | | SVN-Revision: 10928
* base-files: fix a typoGabor Juhos2008-04-231-1/+1
| | | | SVN-Revision: 10927
* leave ack/cts setting alone by defaultFelix Fietkau2008-04-231-0/+42
| | | | SVN-Revision: 10926
* move timeout trigger for protection mode to node timeout triggerFelix Fietkau2008-04-231-25/+33
| | | | SVN-Revision: 10925
* clean up cwmin/cwmax defines and remove some wrong values which made ↵Felix Fietkau2008-04-231-19/+87
| | | | | | minstrel a bit inaccurate SVN-Revision: 10924
* madwifi: put an upper limit on the amount of sampling that minstrel should ↵Felix Fietkau2008-04-221-12/+24
| | | | | | do when the link changes its status from very good to slightly bad. the previous version of the patch could have resulted in erratic rate control behavior when there was a lot of sampling backlog. SVN-Revision: 10921
* This patch re-adds the udev and hotplug2 initialization fixes originally ↵Felix Fietkau2008-04-221-3/+12
| | | | | | | | present in /init but was removed when some code was moved from /init to /etc/preinit in rev 10870. This adds udev initialization and only handles hotplug2 initialization when hotplug2 is present. Signed-off-by: Yuji Mano <yuji.mano@am.sony.com> SVN-Revision: 10912
* move hotplug2 & udevtrigger to base sectionNicolas Thill2008-04-212-2/+4
| | | | SVN-Revision: 10910
* assign names to filesystems when mounting virtual ones (closes #3340)Matteo Croce2008-04-211-5/+5
| | | | SVN-Revision: 10903
* add some more fine tuning for madwifiFelix Fietkau2008-04-211-0/+43
| | | | SVN-Revision: 10900
* madwifi: add configurable rssi threshold and timeout values for protection ↵Felix Fietkau2008-04-211-0/+139
| | | | | | mode the 11b protection mode can harm throughput a lot, so let's make sure that it is only active as long as it needs to be. SVN-Revision: 10899
* reorder patchesFelix Fietkau2008-04-214-0/+0
| | | | SVN-Revision: 10898
* madwifi: remove the minstrel_mrr hack and add two patches that massively ↵Felix Fietkau2008-04-213-22/+89
| | | | | | improve minstrel's performance and response time SVN-Revision: 10897
* fix a some txq races (merge from madwifi-trunk)Felix Fietkau2008-04-201-0/+38
| | | | SVN-Revision: 10895
* add missing kmod-hid module (thx, fish)Felix Fietkau2008-04-202-1/+17
| | | | SVN-Revision: 10894
* build the kmod-video-quickcam module only if it was selectedNicolas Thill2008-04-201-1/+11
| | | | SVN-Revision: 10881
* don't build acx* kernel modules on UMLNicolas Thill2008-04-202-2/+2
| | | | SVN-Revision: 10880
* remove some redundant codeFelix Fietkau2008-04-201-12/+15
| | | | SVN-Revision: 10870
* fix swap{on,off} pathMatteo Croce2008-04-191-4/+4
| | | | SVN-Revision: 10863
* Adm5120 also supports generic GPIO, allow gpioctl to be built (#3132)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10857
* Mark rt61 as 2.6.23 only (#3337)Florian Fainelli2008-04-171-1/+1
| | | | SVN-Revision: 10856