Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ltq-vmmc: should be available for falcon and danube only | John Crispin | 2011-11-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 28722 | ||||
* | lantiq: bump to 3.1 | John Crispin | 2011-11-03 | 113 | -47364/+1072 |
| | | | | SVN-Revision: 28721 | ||||
* | package/dropbear: fix segfault with remote port forwarding (closes: #10339) | Nicolas Thill | 2011-11-03 | 2 | -1/+41 |
| | | | | SVN-Revision: 28718 | ||||
* | block-mount: Fixed module loading (double cat is wrong) | Daniel Dickinson | 2011-11-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 28717 | ||||
* | netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet) | Felix Fietkau | 2011-11-01 | 1 | -3/+3 |
| | | | | SVN-Revision: 28713 | ||||
* | netifd: update to latest version, fixes handling of hotplug devices (for wifi) | Felix Fietkau | 2011-11-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 28712 | ||||
* | mac80211: update to wireless-testing 2011-11-01 | Felix Fietkau | 2011-11-01 | 13 | -10646/+93 |
| | | | | SVN-Revision: 28711 | ||||
* | iw: fix setting txpower (#10254) | Felix Fietkau | 2011-11-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 28710 | ||||
* | ar71xx: add missing AR71XX_MACH_TL_WR741ND_V4 | Gabor Juhos | 2011-11-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 28709 | ||||
* | ar71xx: build image for the TL-WR741ND v4 board | Gabor Juhos | 2011-11-01 | 1 | -0/+6 |
| | | | | SVN-Revision: 28708 | ||||
* | firmware-utils/mktplinkfw: add TL-WR741ND v4 | Gabor Juhos | 2011-11-01 | 1 | -0/+9 |
| | | | | SVN-Revision: 28707 | ||||
* | ar71xx: add initial support for the TL-WR741ND v4 board | Gabor Juhos | 2011-11-01 | 9 | -1/+197 |
| | | | | | | The ethernet port LEDs are not working yet. SVN-Revision: 28706 | ||||
* | ar71xx: add AR933X GMAC register defines | Gabor Juhos | 2011-11-01 | 1 | -0/+19 |
| | | | | SVN-Revision: 28705 | ||||
* | ar71xx: combine LEDs setup in one file | Gabor Juhos | 2011-11-01 | 13 | -305/+144 |
| | | | | SVN-Revision: 28704 | ||||
* | ar71xx: unify LED names on Planex boards | Gabor Juhos | 2011-11-01 | 4 | -16/+14 |
| | | | | SVN-Revision: 28703 | ||||
* | ar71xx: unify LED names on Buffalo boards | Gabor Juhos | 2011-11-01 | 5 | -17/+15 |
| | | | | SVN-Revision: 28702 | ||||
* | ar71xx: unify LED names on TP-Link boards | Gabor Juhos | 2011-11-01 | 12 | -47/+36 |
| | | | | SVN-Revision: 28701 | ||||
* | ar71xx/all0258n: sysupgrade support | Gabor Juhos | 2011-11-01 | 2 | -0/+168 |
| | | | | | | | | | | | | U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be stored in the U-Boot environment. If the checksums don't match during boot, a failsafe-system is booted instead. This patch adds a board-specific sysupgrade hack for the all0258n which calculates and updates the checksums for the U-Boot environment. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28700 | ||||
* | ar71xx/all0258n: add default config | Gabor Juhos | 2011-11-01 | 2 | -0/+17 |
| | | | | | | | | This adds default network and uboot-env settings for the ALL0258N. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28699 | ||||
* | package/uboot-envtools: make fw_setenv symlink optional | Gabor Juhos | 2011-11-01 | 1 | -2/+9 |
| | | | | | | | | | | Make the creation of the fw_set-symlink optional, so it can be disabled in user-builds so only people who know what they are doing will mess with uboot-env. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28698 | ||||
* | package/uboot-envtools: generate config-file from UCI | Gabor Juhos | 2011-11-01 | 2 | -1/+30 |
| | | | | | | | | | This adds an init-script for generating /etc/fw_env.config from UCI in case it doesn't exist yet. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28697 | ||||
* | package/uboot-envtools: remove runtime dependency of zlib | Gabor Juhos | 2011-11-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | zlib is a build-dependency, but in runtime zlib is not required, see: root@OpenWrt:/# ldd /usr/sbin/fw_printenv libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2abb2000) libc.so.0 => /lib/libc.so.0 (0x2abd4000) ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2ab9a000) Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28696 | ||||
* | ar71xx: remove default network config of the mzk-w04nu board as well | Gabor Juhos | 2011-11-01 | 1 | -16/+0 |
| | | | | | | It works with the generic config. SVN-Revision: 28695 | ||||
* | ar71xx: remove LED setup of nonexistent interfaces on RB750 | Gabor Juhos | 2011-10-31 | 1 | -24/+0 |
| | | | | SVN-Revision: 28693 | ||||
* | ar71xx: remove default network config of the wnr2000 board | Gabor Juhos | 2011-10-31 | 1 | -16/+0 |
| | | | | | | It is the same as the generic configuration. SVN-Revision: 28692 | ||||
* | .gitignore: Ignore Emacs editor generated files | Vasilis Tsiligiannis | 2011-10-31 | 1 | -0/+4 |
| | | | | SVN-Revision: 28690 | ||||
* | rt305x: Create factory image for Fonera 2.0n | Vasilis Tsiligiannis | 2011-10-31 | 1 | -1/+8 |
| | | | | SVN-Revision: 28689 | ||||
* | Add firmware tool for generating factory images for Edimax devices | Vasilis Tsiligiannis | 2011-10-30 | 2 | -1/+261 |
| | | | | SVN-Revision: 28688 | ||||
* | omap24xx: Default to linux-3.1 | Michael Büsch | 2011-10-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 28687 | ||||
* | omap24xx: Fix n810 LCD initialization | Michael Büsch | 2011-10-30 | 4 | -21/+75 |
| | | | | SVN-Revision: 28685 | ||||
* | omap24xx: Fix n810 boot | Michael Büsch | 2011-10-30 | 8 | -206/+184 |
| | | | | SVN-Revision: 28683 | ||||
* | base-files: fix typo | Jo-Philipp Wich | 2011-10-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 28681 | ||||
* | ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a ↵ | Gabor Juhos | 2011-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | 32-bit value Aparently $magic_long was meant here instead of $magic when comparing with 32-bit values. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28678 | ||||
* | omap24xx: Refresh 3.1 config | Michael Büsch | 2011-10-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 28677 | ||||
* | omap24xx: Refresh 3.1 patches | Michael Büsch | 2011-10-29 | 19 | -207/+233 |
| | | | | SVN-Revision: 28676 | ||||
* | Fix tusb patch | Michael Büsch | 2011-10-29 | 1 | -12/+0 |
| | | | | SVN-Revision: 28675 | ||||
* | omap24xx: Fix MUSB compile | Michael Büsch | 2011-10-29 | 2 | -32/+62 |
| | | | | SVN-Revision: 28674 | ||||
* | omap24xx: Add n800 touchscreen and keypad drivers. Thanks to Marat Radchenko. | Michael Büsch | 2011-10-29 | 6 | -12/+3043 |
| | | | | SVN-Revision: 28673 | ||||
* | omap24xx: Add 3.1 patchset. | Michael Büsch | 2011-10-29 | 18 | -0/+10250 |
| | | | | SVN-Revision: 28672 | ||||
* | firewall: relocate TCPMSS rules into mangle table, add code to selectively ↵ | Jo-Philipp Wich | 2011-10-29 | 4 | -7/+21 |
| | | | | | | clear them out again SVN-Revision: 28669 | ||||
* | package/kernel: various NLS handling fixes | Nicolas Thill | 2011-10-29 | 4 | -15/+17 |
| | | | | | | | | * move AddDepends/nls to 001-depends.mk for proper use by other packages (closes: #7639) * make kmod-usb-core use it * fix deps generated from its arguments (as used in kmod-fs-hfsplus) SVN-Revision: 28668 | ||||
* | package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: ↵ | Nicolas Thill | 2011-10-29 | 1 | -0/+1 |
| | | | | | | #8045) SVN-Revision: 28666 | ||||
* | package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewire | Nicolas Thill | 2011-10-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 28665 | ||||
* | package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be ↵ | Nicolas Thill | 2011-10-28 | 1 | -7/+6 |
| | | | | | | sleep-deprived?) SVN-Revision: 28663 | ||||
* | package/kernel: enable kmod-ata-core & kmod-scsi-core on x86 | Nicolas Thill | 2011-10-28 | 3 | -7/+6 |
| | | | | SVN-Revision: 28662 | ||||
* | package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055) | Nicolas Thill | 2011-10-28 | 1 | -0/+8 |
| | | | | SVN-Revision: 28661 | ||||
* | package/kernel: move MD4 crypto module in its own package | Nicolas Thill | 2011-10-28 | 1 | -2/+12 |
| | | | | SVN-Revision: 28660 | ||||
* | package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656) | Nicolas Thill | 2011-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 28659 | ||||
* | scripts/config: merge fixes for various issues, including recursive ↵ | Felix Fietkau | 2011-10-28 | 7 | -40/+82 |
| | | | | | | dependency detection/handling (patch by mbm) SVN-Revision: 28658 | ||||
* | package/kernel: prefix library modules with lib- | Nicolas Thill | 2011-10-28 | 8 | -38/+38 |
| | | | | SVN-Revision: 28656 |