Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | package/kernel: prefix library modules with lib- | Nicolas Thill | 2011-10-28 | 8 | -38/+38 |
| | | | | SVN-Revision: 28656 | ||||
* | package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfs | Nicolas Thill | 2011-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 28655 | ||||
* | package/kernel: add kmod-lib-lzo | Nicolas Thill | 2011-10-28 | 1 | -0/+19 |
| | | | | SVN-Revision: 28654 | ||||
* | package/kernel: remove SetDepends not needed anymore | Nicolas Thill | 2011-10-28 | 3 | -24/+4 |
| | | | | SVN-Revision: 28653 | ||||
* | package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c only | Nicolas Thill | 2011-10-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 28652 | ||||
* | package/kernel: move crc32c in its own package | Nicolas Thill | 2011-10-28 | 1 | -2/+11 |
| | | | | SVN-Revision: 28651 | ||||
* | package/blockmount: simplify extroot module loading logic | Nicolas Thill | 2011-10-28 | 2 | -6/+7 |
| | | | | SVN-Revision: 28650 | ||||
* | comgt: add missing file (fixes #10301) | Felix Fietkau | 2011-10-28 | 1 | -0/+20 |
| | | | | SVN-Revision: 28648 | ||||
* | bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to ↵ | Michael Büsch | 2011-10-27 | 1 | -2/+2 |
| | | | | | | =m for older kernels automagically. SVN-Revision: 28638 | ||||
* | comgt: fix pin code config option | Felix Fietkau | 2011-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 28637 | ||||
* | comgt: delay 3g bringup for sierra wireless cards until the card has locked ↵ | Felix Fietkau | 2011-10-27 | 2 | -0/+8 |
| | | | | | | on to the carrier, this helps with avoiding firmware hangs (thx, chris) SVN-Revision: 28636 | ||||
* | add sierra-directip, a package based on the latest DirectIP capable sierra ↵ | Felix Fietkau | 2011-10-27 | 6 | -0/+2610 |
| | | | | | | wireless drivers + some fixes SVN-Revision: 28635 | ||||
* | comgt: port 3g.sh to netifd | Felix Fietkau | 2011-10-27 | 8 | -10/+139 |
| | | | | SVN-Revision: 28634 | ||||
* | ubus: update to latest version, fixes recursion issues in libubus | Felix Fietkau | 2011-10-27 | 1 | -3/+3 |
| | | | | SVN-Revision: 28633 | ||||
* | netifd: update, prefix proto handler callbacks with 'proto_' | Felix Fietkau | 2011-10-27 | 2 | -10/+10 |
| | | | | SVN-Revision: 28632 | ||||
* | netifd: remove obsolete _init callbacks, set available=1 for ppp | Felix Fietkau | 2011-10-27 | 2 | -16/+1 |
| | | | | SVN-Revision: 28631 | ||||
* | netifd: allow ppp based proto handlers to override the connect/disconnect script | Felix Fietkau | 2011-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 28630 | ||||
* | netifd: update to latest, adds support for protocol notifiers to signal ↵ | Felix Fietkau | 2011-10-27 | 1 | -2/+2 |
| | | | | | | interface availability SVN-Revision: 28629 | ||||
* | firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is ↵ | Jo-Philipp Wich | 2011-10-27 | 3 | -4/+7 |
| | | | | | | given but does not resolve to an ip SVN-Revision: 28628 | ||||
* | base-files: sysupgrade: kill all but essential processes before starting the ↵ | Jo-Philipp Wich | 2011-10-27 | 3 | -1/+30 |
| | | | | | | update SVN-Revision: 28626 | ||||
* | Add QoS firewall stop script generation | Jo-Philipp Wich | 2011-10-27 | 2 | -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> SVN-Revision: 28623 | ||||
* | Add qos_* iptables chain namespace for QoS | Jo-Philipp Wich | 2011-10-27 | 1 | -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> SVN-Revision: 28622 | ||||
* | libubox: update to latest version, fixes issues with using the library from ↵ | Felix Fietkau | 2011-10-27 | 1 | -3/+3 |
| | | | | | | C++ code SVN-Revision: 28619 | ||||
* | base-files/sysupgrade: add more busybox applet symlinks to ramdisk | Gabor Juhos | 2011-10-27 | 2 | -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> SVN-Revision: 28616 | ||||
* | busybox: disable rdate, enable ntpd by default | Jo-Philipp Wich | 2011-10-27 | 3 | -4/+4 |
| | | | | SVN-Revision: 28613 | ||||
* | base-files: remove rdate integration, add busybox ntpd init script and ↵ | Jo-Philipp Wich | 2011-10-27 | 5 | -81/+41 |
| | | | | | | 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. SVN-Revision: 28612 | ||||
* | netifd: if core dump support is enabled, use it. also add some delay after ↵ | Felix Fietkau | 2011-10-26 | 1 | -0/+5 |
| | | | | | | start to avoid race conditions with other init scripts SVN-Revision: 28611 | ||||
* | netifd: update to the latest version, contains small fixes for interface ↵ | Felix Fietkau | 2011-10-26 | 1 | -2/+2 |
| | | | | | | reloading and adds support for dependency handling of stacked devices like dsa SVN-Revision: 28610 | ||||
* | package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX) | Jonas Gorski | 2011-10-26 | 1 | -4/+4 |
| | | | | SVN-Revision: 28601 | ||||
* | package: kernel: remove last use of $(LINUX_KMOD_SUFFIX) | Jonas Gorski | 2011-10-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 28600 | ||||
* | package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX) | Nicolas Thill | 2011-10-26 | 1 | -6/+6 |
| | | | | SVN-Revision: 28598 | ||||
* | package/zlib: include zlib.pc (pkconfig) | Nicolas Thill | 2011-10-25 | 1 | -0/+3 |
| | | | | | | | | | | Compiling zlib produces zlib.pc (pkgconfig), but it is not currently installed in staging_dir/usr/lib/pkgconfig. If it was included other packages depending on zlib could easier be compiled. Signed-off-by: Espen Jürgensen <espenjurgensen@gmail.com> SVN-Revision: 28591 | ||||
* | busybox: fix a compile error on mac os x | Felix Fietkau | 2011-10-25 | 1 | -0/+13 |
| | | | | SVN-Revision: 28578 | ||||
* | mac80211: allow building ath9k_htc without PCI support, based on patch by ↵ | Jo-Philipp Wich | 2011-10-25 | 1 | -1/+1 |
| | | | | | | Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573 | ||||
* | package/u-boot-envtools: update to version 2011.06. | Gabor Juhos | 2011-10-24 | 4 | -68/+101 |
| | | | | | | | | | | | | | This updates uboot-envtools to the version which comes with U-Boot 2011.06. The important novelity is that fw_setenv now supports batch processing, which greatly improves sysupgrade of the ALL0258N as otherwise we would have to overwrite uboot-env up to 8x in a single firmware upgrade. Unfortunately, no newer version of the sources is available from Debian, so we got to take it from the u-boot source which is kinda ugly... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28566 | ||||
* | package/ipset: move out to packages/net/ | Nicolas Thill | 2011-10-24 | 2 | -146/+0 |
| | | | | SVN-Revision: 28561 | ||||
* | package/perf: move out to packages/devel/ | Nicolas Thill | 2011-10-24 | 1 | -52/+0 |
| | | | | SVN-Revision: 28560 | ||||
* | netifd: update to latest version, fixes a crash on dhcp renew | Felix Fietkau | 2011-10-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 28557 | ||||
* | relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3 | Jo-Philipp Wich | 2011-10-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 28554 | ||||
* | package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743) | Nicolas Thill | 2011-10-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 28549 | ||||
* | package/busybox: revert config defaults inadvertently changed in [28513] ↵ | Nicolas Thill | 2011-10-24 | 4 | -5/+5 |
| | | | | | | (thanks to Liu Yu Fei, Eric), bump release number SVN-Revision: 28547 | ||||
* | netifd: update to latest version, fixes interface hotplugging issues | Felix Fietkau | 2011-10-23 | 1 | -3/+3 |
| | | | | SVN-Revision: 28546 | ||||
* | netifd: add two simple scripts for querying interface/device status | Felix Fietkau | 2011-10-23 | 2 | -0/+25 |
| | | | | SVN-Revision: 28545 | ||||
* | netifd: reload the network config on ifup -a | Felix Fietkau | 2011-10-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 28544 | ||||
* | firewall: prevent ip6tables -t nat rules (#10265) | Jo-Philipp Wich | 2011-10-23 | 2 | -2/+3 |
| | | | | SVN-Revision: 28535 | ||||
* | firewall: fix another instance of unquoted "*" | Jo-Philipp Wich | 2011-10-22 | 2 | -2/+2 |
| | | | | SVN-Revision: 28529 |