summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a ↵juhosg2011-10-301-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Refresh 3.1 configmb2011-10-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28677 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Refresh 3.1 patchesmb2011-10-2919-207/+233
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix tusb patchmb2011-10-291-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Fix MUSB compilemb2011-10-292-32/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add n800 touchscreen and keypad drivers.mb2011-10-296-12/+3043
| | | | | | | Thanks to Marat Radchenko. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add 3.1 patchset.mb2011-10-2918-0/+10250
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: relocate TCPMSS rules into mangle table, add code to ↵jow2011-10-294-7/+21
| | | | | | selectively clear them out again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: various NLS handling fixesnico2011-10-294-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: ↵nico2011-10-291-0/+1
| | | | | | #8045) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewirenico2011-10-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be ↵nico2011-10-281-7/+6
| | | | | | sleep-deprived?) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: enable kmod-ata-core & kmod-scsi-core on x86nico2011-10-283-7/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055)nico2011-10-281-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move MD4 crypto module in its own packagenico2011-10-281-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656)nico2011-10-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/config: merge fixes for various issues, including recursive ↵nbd2011-10-287-40/+82
| | | | | | dependency detection/handling (patch by mbm) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: prefix library modules with lib-nico2011-10-288-38/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfsnico2011-10-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add kmod-lib-lzonico2011-10-281-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove SetDepends not needed anymorenico2011-10-283-24/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c onlynico2011-10-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move crc32c in its own packagenico2011-10-281-2/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/blockmount: simplify extroot module loading logicnico2011-10-283-7/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: build kmod even for modules built-innico2011-10-281-14/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comgt: add missing file (fixes #10301)nbd2011-10-281-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to ↵mb2011-10-271-2/+2
| | | | | | =m for older kernels automagically. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comgt: fix pin code config optionnbd2011-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comgt: delay 3g bringup for sierra wireless cards until the card has locked ↵nbd2011-10-272-0/+8
| | | | | | on to the carrier, this helps with avoiding firmware hangs (thx, chris) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sierra-directip, a package based on the latest DirectIP capable sierra ↵nbd2011-10-276-0/+2610
| | | | | | wireless drivers + some fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* comgt: port 3g.sh to netifdnbd2011-10-278-10/+139
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes recursion issues in libubusnbd2011-10-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update, prefix proto handler callbacks with 'proto_'nbd2011-10-272-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: remove obsolete _init callbacks, set available=1 for pppnbd2011-10-272-16/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptnbd2011-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest, adds support for protocol notifiers to signal ↵nbd2011-10-271-2/+2
| | | | | | interface availability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or ↵jow2011-10-273-4/+7
| | | | | | masq_dest is given but does not resolve to an ip git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kernel version check macro typomb2011-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: sysupgrade: kill all but essential processes before ↵jow2011-10-273-1/+30
| | | | | | starting the update git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add QoS firewall stop script generationjow2011-10-272-3/+9
| | | | | | | | | | To prevent code duplication for clearing QoS firewall rules, support "firewall stop" arguments to generate.sh to generate the necessary script commands. Make use of this from qos-stop. Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add qos_* iptables chain namespace for QoSjow2011-10-271-14/+32
| | | | | | | | | | | | Prefix the names of the iptables chains used for QoS with "qos_" to allow for identification of QoS chains for removal across configuration changes. When clearing QoS iptables chains, only remove chains with the namespace prefix in order to preserve user and/or other package chains in the mangle table. Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, fixes issues with using the library from ↵nbd2011-10-271-3/+3
| | | | | | C++ code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix typos in image/Makefilejuhosg2011-10-271-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for the OpenMesh OM2P boardjuhosg2011-10-277-0/+141
| | | | | | Based on a patch by Marek Lindner <marek@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files/sysupgrade: add more busybox applet symlinks to ramdiskjuhosg2011-10-272-2/+7
| | | | | | | | | Adds symlinks for printf and wc to make life happier in the sysupgrade ramdisk. Also make code more readable by escaping that overly long line. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx/all0258n: fix partition layoutjuhosg2011-10-271-1/+1
| | | | | | | | A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: disable rdate, enable ntpd by defaultjow2011-10-273-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: remove rdate integration, add busybox ntpd init script ↵jow2011-10-275-81/+41
| | | | | | | | | | | | | | | | and server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: if core dump support is enabled, use it. also add some delay after ↵nbd2011-10-261-0/+5
| | | | | | start to avoid race conditions with other init scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to the latest version, contains small fixes for interface ↵nbd2011-10-261-2/+2
| | | | | | reloading and adds support for dependency handling of stacked devices like dsa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28610 3c298f89-4303-0410-b956-a3cf2f4a3e73