summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix compilation of crypto modules. This fixes #7920Michael Büsch2010-09-121-2/+2
| | | | SVN-Revision: 23028
* iproute2: Add lex/yacc files dependencies. Refresh other patches.Michael Büsch2010-09-126-39/+80
| | | | SVN-Revision: 23027
* Fix kernel crypto modules for >= 2.6.36Michael Büsch2010-09-111-2/+2
| | | | SVN-Revision: 23026
* firewall: - simplify masquerade rule setup - remove various subshell ↵Jo-Philipp Wich2010-09-117-94/+114
| | | | | | invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source SVN-Revision: 23024
* 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does ↵Jo-Philipp Wich2010-09-112-3/+3
| | | | | | not like it anymore SVN-Revision: 23022
* nvvram: no checksum error recording on WRT54G3GV2(-VF)Florian Fainelli2010-09-112-1/+7
| | | | | | | | | | | | | | | | The CFE of the WRT54G3GV2 expects two firmware images, if one of them produces a CRC error (which is the case after you installed OpenWrt, as there is no second image), it writes one of three consecutive bytes to the flash. (Look for "Image Status : IMG2_BAD" during boot.) After the third boot with a CRC error, it stops and waits for a new firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot. Tested with my own box. Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de> SVN-Revision: 23007
* update acx-mac80211 to 20100830Florian Fainelli2010-09-111-2/+2
| | | | SVN-Revision: 23002
* fix acx-mac80211 build failure with latest compat-wirelessFlorian Fainelli2010-09-111-0/+33
| | | | SVN-Revision: 23001
* iproute2: Once the make calls were fixed up, parallel compile seems to work ↵Michael Büsch2010-09-091-1/+5
| | | | | | well. SVN-Revision: 22992
* uhttpd: break tight loop when receiving eof during header reading (#7904)Jo-Philipp Wich2010-09-092-1/+5
| | | | SVN-Revision: 22988
* iproute2: Fix compilationMichael Büsch2010-09-091-4/+7
| | | | SVN-Revision: 22987
* util-linux-ng: make build depend on libncurses, cfdisk is compiled ↵Jo-Philipp Wich2010-09-081-1/+1
| | | | | | unconditionally and will fail with missing input files if ncurses was not detected during configure SVN-Revision: 22982
* base-files: add an experimental "-c" flag which tries to preserve *all* ↵Jo-Philipp Wich2010-09-072-3/+20
| | | | | | changed files in /overlay/etc minus some system files SVN-Revision: 22977
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-077-5/+15
| | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965
* opkg: add --force-run-hooks option to run postinstall scripts in offline ↵Jo-Philipp Wich2010-09-062-1/+69
| | | | | | root mode, utilize it for host package install SVN-Revision: 22960
* extracted firmware files were generated with an incorrect umaskJohn Crispin2010-09-061-2/+2
| | | | SVN-Revision: 22957
* package/kernel: update crypto.mk for kernel 2.6.36Alexandros C. Couloumbis2010-09-061-1/+2
| | | | SVN-Revision: 22954
* package/busybox: update to busybox-1.7.2, include upstream patches, refresh ↵Alexandros C. Couloumbis2010-09-069-178/+631
| | | | | | patches SVN-Revision: 22953
* base-files: make build dependant on opkg/hostJo-Philipp Wich2010-09-061-0/+1
| | | | SVN-Revision: 22948
* opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend ↵Jo-Philipp Wich2010-09-061-0/+25
| | | | | | libtool/host SVN-Revision: 22947
* kernel: virtio modules depend on x86_kvm_guest Make the VirtIO modules ↵Jo-Philipp Wich2010-09-051-3/+3
| | | | | | | | depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22945
* kernel: add VirtIO device support Add support for VirtIO-based ↵Jo-Philipp Wich2010-09-051-0/+48
| | | | | | | | paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22943
* 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