aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel: move xen.mk to virtual.mk Move Xen kernel modules into a general ↵Jo-Philipp Wich2010-09-051-6/+6
| | | | | | virtualization category. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22942
* firewall: - fix possible endless loop when the family option is used for ↵Jo-Philipp Wich2010-09-052-4/+6
| | | | | | forwardings - only generate forwarding rules in SNAT redirect sections if src_dip is specified SVN-Revision: 22938
* firewall: introduce SNAT support for redirect sectionsJo-Philipp Wich2010-09-053-4/+19
| | | | SVN-Revision: 22937
* Fix musb-hdrc module loadingMichael Büsch2010-09-051-2/+3
| | | | SVN-Revision: 22928
* b43: Module option added to change the GPIO LED mask. This patch exposes the ↵Jo-Philipp Wich2010-09-041-0/+50
| | | | | | | | | | | GPIO mask as a module option. This makes it possible to limit the GPIO lines used by the b43 module. Useful for those using the GPIO lines for other things like mmc over GPIO. It is helpful to those not able / interested in recompiling OpenWRT themselves. The default action is the same as before, that is 0xf gpiomask. Signed-off-by: Simon Gaynor <openwrt@simong.net> SVN-Revision: 22927
* p54spi: Compile in the default eeprom imageMichael Büsch2010-09-041-0/+2
| | | | SVN-Revision: 22926
* fix fuse dependency against kmod-fuseFlorian Fainelli2010-09-041-1/+1
| | | | SVN-Revision: 22919
* kmod-sctp: Add SCTP kernel supportFlorian Fainelli2010-09-043-5/+40
| | | | | | | | | | This adds a new kmod-sctp option that enables support of SCTP in 2.6x kernels. The patch also contains a small cleanup in the dependencies. Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp> SVN-Revision: 22917
* add dm-crypt and fix tabsFlorian Fainelli2010-09-041-13/+13
| | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 22916
* add XTS cipher CryptoAPI moduleFlorian Fainelli2010-09-041-0/+17
| | | | | | | | needed for proper dm-crypt support Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 22915
* firewall: add option to disable NAT reflectionJo-Philipp Wich2010-09-041-0/+4
| | | | SVN-Revision: 22908
* firewall: clean up description (#7875)Jo-Philipp Wich2010-09-041-1/+1
| | | | SVN-Revision: 22905
* package/apex: update apex to version 1.6.9Alexandros C. Couloumbis2010-09-044-20/+20
| | | | SVN-Revision: 22900
* 6in4: fix logic fail in previous commitJo-Philipp Wich2010-09-041-1/+1
| | | | SVN-Revision: 22897
* 6in4: replace sed match with variable substitution, change pattern from a-z ↵Jo-Philipp Wich2010-09-042-2/+2
| | | | | | to a-f (hex only) SVN-Revision: 22893
* add kmod-usb-serial-ipw moduleFlorian Fainelli2010-09-041-0/+11
| | | | | | | | | This patch adds support to compile kmod-usb-serial-ipw module. It is used by USB IPWireless communication devices used for 3G. Signed-off-by: Lukas macura <macura@opf.slu.cz> SVN-Revision: 22891
* add cpu msr kernel module packageFlorian Fainelli2010-09-041-0/+16
| | | | | | | | | This adds a separate kernel package for x86 cpu msr support. MSR module is needed e.g. when updating coreboot bios on alix boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22890
* support pre-md5summed passwords in 6in4 scriptsFlorian Fainelli2010-09-041-1/+3
| | | | | | | | | | | | | The he.net ipv6 tunnels require that a user supply the md5sum of his password when updating the ipv4 tunnel endpoint. the 6in4 package supports this well, but requires that a user store his password in plaintext in uci. this patch tries to detect whether the password in uci is already an md5sum (32 characters containing only [a-z0-9]), so users can avoid storing plaintext passwords. Signed-off-by: Steven Brudenell <steven.brudenell@gmail.com> SVN-Revision: 22889
* firewall: - handle NAT reflection in firewall hotplug, solves synchronizing ↵Jo-Philipp Wich2010-09-044-8/+33
| | | | | | issues on boot - introduce masq_src and masq_dest options to limit zone masq to specific ip ranges, supports multiple subnets and negation SVN-Revision: 22888
* package/mtd: write remaining data after adding file to the jffs2 partitionGabor Juhos2010-09-033-10/+32
| | | | SVN-Revision: 22881
* package/iproute2: update iproute2 to version 2.6.35Alexandros C. Couloumbis2010-09-031-3/+3
| | | | SVN-Revision: 22879
* mac80211: another overrideFelix Fietkau2010-09-021-0/+1
| | | | SVN-Revision: 22875
* mac80211: add missing config override for ath9kFelix Fietkau2010-09-021-0/+1
| | | | SVN-Revision: 22874
* ath9k: add a patch for dumping the eeprom contents via debugfsFelix Fietkau2010-09-011-0/+67
| | | | SVN-Revision: 22870
* generic: move iptables/netfilter kernel options from generic/config to ↵Alexandros C. Couloumbis2010-09-011-1/+4
| | | | | | package/kernel/modules/netfilter.mk SVN-Revision: 22867
* mac80211: replace 800-nuke_led_code.patch with something smaller. most of ↵Felix Fietkau2010-08-312-415/+127
| | | | | | the #ifdef spaghetti that the old patch introduced was completely unnecessary SVN-Revision: 22866
* mac80211: update to wireless-testing 2010-08-31Felix Fietkau2010-08-3137-1744/+162
| | | | SVN-Revision: 22865
* package/broadcom-diag: use broadcast_ueventGabor Juhos2010-08-312-6/+3
| | | | SVN-Revision: 22860
* package/button-hotplug: use brodcast_ueventGabor Juhos2010-08-312-9/+5
| | | | SVN-Revision: 22859
* hostapd: backport a fix to check for STA STBC capabilities before setting ↵Felix Fietkau2010-08-311-0/+41
| | | | | | them (fixes #7464) SVN-Revision: 22854
* firewall: - fix processing of rules with an ip family option - append ↵Jo-Philipp Wich2010-08-314-42/+63
| | | | | | interface rules at the end of internal zone chains, simplifies injecting user or addon rules - support simple file logging (option log + option log_limit per zone) SVN-Revision: 22847
* Dockstar: Adjust rootfs size to that of the original fwLars-Peter Clausen2010-08-291-1/+1
| | | | SVN-Revision: 22839
* package/madwifi: enable mtu & mac config options for > 2.6.29 kernelsAlexandros C. Couloumbis2010-08-291-0/+20
| | | | SVN-Revision: 22835
* ath9k: fix a WARN_ON when aggregation start is issued more than once, should ↵Felix Fietkau2010-08-281-0/+12
| | | | | | improve stability with 802.11n SVN-Revision: 22827
* ath9k: add some extra checks to the mic failure fixFelix Fietkau2010-08-281-8/+19
| | | | SVN-Revision: 22825
* libreadline: install *.so symlinks as well (#4872)Jo-Philipp Wich2010-08-271-4/+4
| | | | SVN-Revision: 22824
* add compile fixes for ar7-atmFlorian Fainelli2010-08-261-4/+32
| | | | SVN-Revision: 22811
* ppp: populate gateway of default route with peer address (#6259)Jo-Philipp Wich2010-08-252-1/+22
| | | | SVN-Revision: 22806
* uhttpd: fix segfault triggered by Basic Auth checkingJo-Philipp Wich2010-08-252-3/+1
| | | | SVN-Revision: 22805
* Add usb gadget feature flagMichael Büsch2010-08-251-0/+1
| | | | SVN-Revision: 22798
* p54: Fix powersave modeMichael Büsch2010-08-251-0/+33
| | | | SVN-Revision: 22797
* ath9k: fix spurious MIC failure detection, causing instability issues in AP modeFelix Fietkau2010-08-251-0/+74
| | | | SVN-Revision: 22795
* Add usb gadget packagesMichael Büsch2010-08-241-2/+57
| | | | SVN-Revision: 22785
* tahvo-usb: Use platform device interface properly (don't crash)Michael Büsch2010-08-231-1/+1
| | | | SVN-Revision: 22780
* Add uboot for marvell kirkwood based boardsLars-Peter Clausen2010-08-228-0/+755
| | | | SVN-Revision: 22764
* mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patchMichael Büsch2010-08-211-33/+52
| | | | SVN-Revision: 22749
* kernel: speed up building kernel packages by getting rid of unnecessary ↵Felix Fietkau2010-08-193-3/+5
| | | | | | CompareKernelPatchVer calls SVN-Revision: 22724
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-8/+8
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723
* pwm-gpio-custom: fix compile on linux 2.6.31Felix Fietkau2010-08-191-0/+1
| | | | SVN-Revision: 22721
* kernel: add a missing config symbol for ext4Felix Fietkau2010-08-191-0/+1
| | | | SVN-Revision: 22717