| Commit message (Expand) | Author | Age | Files | Lines |
* | package/opkg: add missing patch from r23050 | Alexandros C. Couloumbis | 2010-09-13 | 1 | -0/+41 |
* | package/opkg: update to r563 | Alexandros C. Couloumbis | 2010-09-13 | 7 | -442/+4 |
* | package/zlib: update to zlib-1.2.5 | Alexandros C. Couloumbis | 2010-09-13 | 2 | -216/+16 |
* | broadcom-diag: SimpleShare: expose power button as reset to the system, remov... | Jo-Philipp Wich | 2010-09-13 | 2 | -3/+2 |
* | opkg: - implement --add-dest and --add-arch commandline options, this allows ... | Jo-Philipp Wich | 2010-09-12 | 4 | -11/+249 |
* | Fix compilation of crypto modules. This fixes #7920 | Michael Büsch | 2010-09-12 | 1 | -2/+2 |
* | iproute2: Add lex/yacc files dependencies. Refresh other patches. | Michael Büsch | 2010-09-12 | 6 | -39/+80 |
* | Fix kernel crypto modules for >= 2.6.36 | Michael Büsch | 2010-09-11 | 1 | -2/+2 |
* | firewall: - simplify masquerade rule setup - remove various subshell invocati... | Jo-Philipp Wich | 2010-09-11 | 7 | -94/+114 |
* | 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does n... | Jo-Philipp Wich | 2010-09-11 | 2 | -3/+3 |
* | nvvram: no checksum error recording on WRT54G3GV2(-VF) | Florian Fainelli | 2010-09-11 | 2 | -1/+7 |
* | update acx-mac80211 to 20100830 | Florian Fainelli | 2010-09-11 | 1 | -2/+2 |
* | fix acx-mac80211 build failure with latest compat-wireless | Florian Fainelli | 2010-09-11 | 1 | -0/+33 |
* | iproute2: Once the make calls were fixed up, parallel compile seems to work w... | Michael Büsch | 2010-09-09 | 1 | -1/+5 |
* | uhttpd: break tight loop when receiving eof during header reading (#7904) | Jo-Philipp Wich | 2010-09-09 | 2 | -1/+5 |
* | iproute2: Fix compilation | Michael Büsch | 2010-09-09 | 1 | -4/+7 |
* | util-linux-ng: make build depend on libncurses, cfdisk is compiled unconditio... | Jo-Philipp Wich | 2010-09-08 | 1 | -1/+1 |
* | base-files: add an experimental "-c" flag which tries to preserve *all* chang... | Jo-Philipp Wich | 2010-09-07 | 2 | -3/+20 |
* | From: Joseph Roback <openwrt-devel@roback.cc> | Michael Büsch | 2010-09-07 | 7 | -5/+15 |
* | opkg: add --force-run-hooks option to run postinstall scripts in offline root... | Jo-Philipp Wich | 2010-09-06 | 2 | -1/+69 |
* | extracted firmware files were generated with an incorrect umask | John Crispin | 2010-09-06 | 1 | -2/+2 |
* | package/kernel: update crypto.mk for kernel 2.6.36 | Alexandros C. Couloumbis | 2010-09-06 | 1 | -1/+2 |
* | package/busybox: update to busybox-1.7.2, include upstream patches, refresh p... | Alexandros C. Couloumbis | 2010-09-06 | 9 | -178/+631 |
* | base-files: make build dependant on opkg/host | Jo-Philipp Wich | 2010-09-06 | 1 | -0/+1 |
* | opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend lib... | Jo-Philipp Wich | 2010-09-06 | 1 | -0/+25 |
* | kernel: virtio modules depend on x86_kvm_guest Make the VirtIO modules depend... | Jo-Philipp Wich | 2010-09-05 | 1 | -3/+3 |
* | kernel: add VirtIO device support Add support for VirtIO-based paravirtualize... | Jo-Philipp Wich | 2010-09-05 | 1 | -0/+48 |
* | kernel: move xen.mk to virtual.mk Move Xen kernel modules into a general virt... | Jo-Philipp Wich | 2010-09-05 | 1 | -6/+6 |
* | firewall: - fix possible endless loop when the family option is used for forw... | Jo-Philipp Wich | 2010-09-05 | 2 | -4/+6 |
* | firewall: introduce SNAT support for redirect sections | Jo-Philipp Wich | 2010-09-05 | 3 | -4/+19 |
* | Fix musb-hdrc module loading | Michael Büsch | 2010-09-05 | 1 | -2/+3 |
* | b43: Module option added to change the GPIO LED mask. This patch exposes the ... | Jo-Philipp Wich | 2010-09-04 | 1 | -0/+50 |
* | p54spi: Compile in the default eeprom image | Michael Büsch | 2010-09-04 | 1 | -0/+2 |
* | fix fuse dependency against kmod-fuse | Florian Fainelli | 2010-09-04 | 1 | -1/+1 |
* | kmod-sctp: Add SCTP kernel support | Florian Fainelli | 2010-09-04 | 3 | -5/+40 |
* | add dm-crypt and fix tabs | Florian Fainelli | 2010-09-04 | 1 | -13/+13 |
* | add XTS cipher CryptoAPI module | Florian Fainelli | 2010-09-04 | 1 | -0/+17 |
* | firewall: add option to disable NAT reflection | Jo-Philipp Wich | 2010-09-04 | 1 | -0/+4 |
* | firewall: clean up description (#7875) | Jo-Philipp Wich | 2010-09-04 | 1 | -1/+1 |
* | package/apex: update apex to version 1.6.9 | Alexandros C. Couloumbis | 2010-09-04 | 4 | -20/+20 |
* | 6in4: fix logic fail in previous commit | Jo-Philipp Wich | 2010-09-04 | 1 | -1/+1 |
* | 6in4: replace sed match with variable substitution, change pattern from a-z t... | Jo-Philipp Wich | 2010-09-04 | 2 | -2/+2 |
* | add kmod-usb-serial-ipw module | Florian Fainelli | 2010-09-04 | 1 | -0/+11 |
* | add cpu msr kernel module package | Florian Fainelli | 2010-09-04 | 1 | -0/+16 |
* | support pre-md5summed passwords in 6in4 scripts | Florian Fainelli | 2010-09-04 | 1 | -1/+3 |
* | firewall: - handle NAT reflection in firewall hotplug, solves synchronizing i... | Jo-Philipp Wich | 2010-09-04 | 4 | -8/+33 |
* | package/mtd: write remaining data after adding file to the jffs2 partition | Gabor Juhos | 2010-09-03 | 3 | -10/+32 |
* | package/iproute2: update iproute2 to version 2.6.35 | Alexandros C. Couloumbis | 2010-09-03 | 1 | -3/+3 |
* | mac80211: another override | Felix Fietkau | 2010-09-02 | 1 | -0/+1 |
* | mac80211: add missing config override for ath9k | Felix Fietkau | 2010-09-02 | 1 | -0/+1 |