summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation of crypto modules.mb2010-09-121-2/+2
| | | | | | | This fixes #7920 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: Add lex/yacc files dependencies. Refresh other patches.mb2010-09-126-39/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kernel crypto modules for >= 2.6.36mb2010-09-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:jow2010-09-117-94/+114
| | | | | | | | | | - simplify masquerade rule setup - remove various subshell 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute ↵jow2010-09-112-3/+3
| | | | | | apparently does not like it anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] nvvram: no checksum error recording on WRT54G3GV2(-VF)florian2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20100830florian2010-09-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix acx-mac80211 build failure with latest compat-wirelessflorian2010-09-111-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: Once the make calls were fixed up, parallel compile seems to work ↵mb2010-09-091-1/+5
| | | | | | well. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: break tight loop when receiving eof during header reading ↵jow2010-09-092-1/+5
| | | | | | (#7904) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: Fix compilationmb2010-09-091-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux-ng: make build depend on libncurses, cfdisk is compiled ↵jow2010-09-081-1/+1
| | | | | | unconditionally and will fail with missing input files if ncurses was not detected during configure git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add an experimental "-c" flag which tries to preserve ↵jow2010-09-072-3/+20
| | | | | | *all* changed files in /overlay/etc minus some system files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* From: Joseph Roback <openwrt-devel@roback.cc>mb2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: add --force-run-hooks option to run postinstall scripts in ↵jow2010-09-062-1/+69
| | | | | | offline root mode, utilize it for host package install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips]blogic2010-09-061-2/+2
| | | | | | | | extracted firmware files were generated with an incorrect umask git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: update crypto.mk for kernel 2.6.36acoul2010-09-061-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.7.2, include upstream patches, refresh ↵acoul2010-09-069-178/+631
| | | | | | patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: make build dependant on opkg/hostjow2010-09-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and ↵jow2010-09-061-0/+25
| | | | | | depend libtool/host git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH v5 4/4] kernel: virtio modules depend on x86_kvm_guestjow2010-09-051-3/+3
| | | | | | | | | Make the VirtIO modules depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH v5 2/4] kernel: add VirtIO device supportjow2010-09-051-0/+48
| | | | | | | | | | Add support for VirtIO-based paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH v5 1/4] kernel: move xen.mk to virtual.mkjow2010-09-051-6/+6
| | | | | | | | Move Xen kernel modules into a general virtualization category. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:jow2010-09-052-4/+6
| | | | | | | | - fix possible endless loop when the family option is used for forwardings - only generate forwarding rules in SNAT redirect sections if src_dip is specified git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: introduce SNAT support for redirect sectionsjow2010-09-053-4/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix musb-hdrc module loadingmb2010-09-051-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] b43: Module option added to change the GPIO LED mask.jow2010-09-041-0/+50
| | | | | | | | | | | | | | This patch exposes the 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* p54spi: Compile in the default eeprom imagemb2010-09-041-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix fuse dependency against kmod-fuseflorian2010-09-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22919 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kmod-sctp: Add SCTP kernel supportflorian2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22917 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add dm-crypt and fix tabsflorian2010-09-041-13/+13
| | | | | | Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add XTS cipher CryptoAPI moduleflorian2010-09-041-0/+17
| | | | | | | | needed for proper dm-crypt support Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: add option to disable NAT reflectionjow2010-09-041-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: clean up description (#7875)jow2010-09-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/apex: update apex to version 1.6.9acoul2010-09-044-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: fix logic fail in previous commitjow2010-09-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: replace sed match with variable substitution, change pattern ↵jow2010-09-042-2/+2
| | | | | | from a-z to a-f (hex only) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-usb-serial-ipw moduleflorian2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add cpu msr kernel module packageflorian2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] support pre-md5summed passwords in 6in4 scriptsflorian2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:jow2010-09-044-8/+33
| | | | | | | | - handle NAT reflection in firewall hotplug, solves synchronizing issues on boot - introduce masq_src and masq_dest options to limit zone masq to specific ip ranges, supports multiple subnets and negation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: write remaining data after adding file to the jffs2 partitionjuhosg2010-09-033-10/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iproute2: update iproute2 to version 2.6.35acoul2010-09-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: another overridenbd2010-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing config override for ath9knbd2010-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch for dumping the eeprom contents via debugfsnbd2010-09-011-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: move iptables/netfilter kernel options from generic/config to ↵acoul2010-09-011-1/+4
| | | | | | package/kernel/modules/netfilter.mk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: replace 800-nuke_led_code.patch with something smaller.nbd2010-08-312-415/+127
| | | | | | most of the #ifdef spaghetti that the old patch introduced was completely unnecessary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-08-31nbd2010-08-3137-1744/+162
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/broadcom-diag: use broadcast_ueventjuhosg2010-08-312-6/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22860 3c298f89-4303-0410-b956-a3cf2f4a3e73